how to apply Magick++ effects on overlay images.?

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 apply Magick++ effects on overlay images.?

Post by mbatra »

Hi,

I am using Magick++ effects on Images. I have one issue with applying effects on overlay images. I'll load an image (Foreground Image) of ".jpg" format. I'll apply Greyscale effect on that image, it works fine. If I'll load an overlay image (".png" format) on foreground image, Now If I want to apply greyscale or any effect on foreground image, effect doesn't get applied. This Issue comes when I'll load an overlay image. Is there any difference in applying effect on .jpg and .png formats in Magic++ (ImageMagick). As .png Image is transparent image. Foreground Image doesn't get effected.

Any idea regarding this issue.?



Regards,
Mbatra
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: how to apply Magick++ effects on overlay images.?

Post by anthony »

It is very hard to say what is going on, without knowing more detail about exactly what you are doing.

For example, do you have separate image lists (wands), or is it all in one image image?
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply