Search found 3 matches

by jgalyan
2011-12-04T16:01:54-07:00
Forum: MagickWand
Topic: API equivalent of 'convert -format %c histogram:info'?
Replies: 3
Views: 18388

Re: API equivalent of 'convert -format %c histogram:info'?

Pete -

That gets me close, thanks a bunch!

Jeff
by jgalyan
2011-12-04T00:12:29-07:00
Forum: MagickWand
Topic: ConvertImageCommand() and Objective-C.
Replies: 2
Views: 17294

Re: ConvertImageCommand() and Objective-C.

Check out MagickCommandGenesis().
by jgalyan
2011-12-04T00:03:13-07:00
Forum: MagickWand
Topic: API equivalent of 'convert -format %c histogram:info'?
Replies: 3
Views: 18388

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 i...