Examples of MagickWand code in C

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Examples of MagickWand code in C

Post by el_supremo »

Over the years I have written a lot of MagickWand functions in C to test various aspects of Imagemagick. In many cases the function implements a convert command as its equivalent MagickWand code.
Other IM/MW users might find them useful so I've put a few of them on this website:
http://members.shaw.ca/el.supremo/MagickWand/

Pete
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Examples of MagickWand code in C

Post by magick »

We added your page to the ImageMagick links page: http://www.imagemagick.org/script/links ... interfaces.
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Re: Examples of MagickWand code in C

Post by el_supremo »

We added your page to the ImageMagick links page
Excellent ;-)

I've updated the page with a few more examples and each example now has a link to the resulting image(s) so you can see what the code produces.

If anyone finds a problem with the page or has a comment on the examples, please post a message in this thread.

Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
Post Reply