Hi,
Is there any way to paste(fusion?) a PNG ( with opacity and alpha blending ) on a JPEG ?
PNG with opacity on JPEG ?
Re: PNG with opacity on JPEG ?
That's called compositing. Here's the scoop: http://www.imagemagick.org/Usage/compose/
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: PNG with opacity on JPEG ?
JPEG can not handle transparency, so you need to remove the transparency by overlaying the image onto some background.
the simplist method is to set -background, and the -flatten. But other composition methods can also be used.
See JPEG transparency - NOT!
http://www.imagemagick.org/Usage/formats/#jpg_trans
the simplist method is to set -background, and the -flatten. But other composition methods can also be used.
See JPEG transparency - NOT!
http://www.imagemagick.org/Usage/formats/#jpg_trans
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/