Watermark using dissolve and keeping ICC profile
Tomasz Bąk <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <[email protected]> |
Hi! I am using imagemagick to apply watermark to images with command: $ composite -quality 95 -gravity SouthEast -dissolve 15 watermark.png original_image.jpg watermarked_image.jpg The watermark itself is a transparent PNG with black logo. ICCProfile as well many other settings (like Exif) are lost in watermarked image. How can I watermark this photo without loosing that data in watermarked photo? Regards, Tomasz Bak