What is the C++ or MagickWand API equivalent of convert?
Posted: 2008-09-24T17:46:00-07:00
The command line version of ImageMagick makes extensive use of the convert command. Is there an equivalent function in the C++ or PHP APIs? For example: to create a solid color image from scratch you can use
convert -size 100x100 xc:khaki canvas_khaki.gif
How do you do this in the Windows C++ API (MagickWand or otherwise), or in PHP?
convert -size 100x100 xc:khaki canvas_khaki.gif
How do you do this in the Windows C++ API (MagickWand or otherwise), or in PHP?