ImageMagick for analysis?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

ImageMagick has a C and C++ API for getting at the individual pixels of an image. So yes it will do what you want. You may want to use a custom filter. See http://magick.imagemagick.org/script/ar ... hp#filters.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

ImageMagick is also available to the Perl or PHP scripting languages.
Post Reply