Pete -
That gets me close, thanks a bunch!
Jeff
Search found 3 matches
- 2011-12-04T16:01:54-07:00
- Forum: MagickWand
- Topic: API equivalent of 'convert -format %c histogram:info'?
- Replies: 3
- Views: 19512
- 2011-12-04T00:12:29-07:00
- Forum: MagickWand
- Topic: ConvertImageCommand() and Objective-C.
- Replies: 2
- Views: 18422
Re: ConvertImageCommand() and Objective-C.
Check out MagickCommandGenesis().
- 2011-12-04T00:03:13-07:00
- Forum: MagickWand
- Topic: API equivalent of 'convert -format %c histogram:info'?
- Replies: 3
- Views: 19512
API equivalent of 'convert -format %c histogram:info'?
I thought this would be easy, but I've been wracking my brain over this for about 12 hours now, as it's the last piece of the program I'm working on, and I just cannot get the API to write a histogram in the format that 'convert -format %c histogram:info' does. All I can get MagickWriteImage to do ...