how to read imagemagick codes???

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
elite_hy

how to read imagemagick codes???

Post by elite_hy »

now I want read the "Convert" command codes in imagemagick sources. who can tell me how to begin??? or give me some advise... thanks!
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: how to read imagemagick codes???

Post by magick »

Take a look at ConvertImageCommand() at http://www.imagemagick.org/api/MagickWa ... ource.html.
Post Reply