Search found 2 matches

by TheWho
2013-03-23T06:36:44-07:00
Forum: MagickWand
Topic: Image statistics - need help
Replies: 2
Views: 12643

Image statistics - need help

Hey guys, I was trying to get image statistics using MagickWand but I get wrong results. Obviously I'm doing something wrong, but I can't figure out what. I'm reading JPEG file. My code is as follows: MagickBooleanType status; MagickWand *magick_wand; ChannelStatistics *chan_stat; double mean_red, s...
by TheWho
2013-03-09T12:56:11-07:00
Forum: Users
Topic: Noobie's question
Replies: 1
Views: 2901

Noobie's question

Hello,
I was trying to use MagickCore for some image processing, but I'm stuck. Is there any example code for using MagickCore API? For example, is there a code that implements 'identify' function with 'verbose' option?
Thanks