Can be used at runtime?

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
imagemani2232

Can be used at runtime?

Post by imagemani2232 »

Is ImageMagic++ used at runtime by people or is it just a tool for producing images that then get loaded into an application.

I wanted to do things like neon effect or an image exploding(being cut up into small squares that go off in many directions) at runtime so i don't have to load in the textures that do this, only the original.

Is that how you use imagemagic++?
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Re: Can be used at runtime?

Post by el_supremo »

You can use one of the ImageMagick APIs to do the image processing.
See: http://www.imagemagick.org/script/api.php

See my examples (link below) of using the MagickWand API in C.

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