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++?
Can be used at runtime?
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
Re: Can be used at runtime?
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
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.
See my message in this topic for a link to a zip of all the files.