how to add color to an image using Magick++.?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
mbatra
Posts: 18
Joined: 2012-05-29T08:37:10-07:00
Authentication code: 13

how to add color to an image using Magick++.?

Post by mbatra »

Hi,

I have loaded an image using FreeImage Dll. Now I want to use the functionality of Magick++ on that Image. I am able to do that. Problem is I want to add the effect on run time. I have a GUI where one slider control sets the color level. I want when user drags the slider, the density of the color should be increased or decreased. But here in my case after adding the effect, Image gets saved to some path and I have to again load the image using FreeImage Dll. I want color should be added to the image on run time. Used drags the slider and the effect should be visible to the user.

Anybody have any idea.?


Regards,
Post Reply