Thanks for your answer, but I finally found solution that works even with my version of ImageMagick, which is important for me.
Working command is:
composite -compose atop -gravity SouthEast -colorspace RGB watermark.png butterfly.jpg output.jpg
It is a bit slower, and so I use it only with ...
Search found 2 matches
- 2015-09-17T00:52:22-07:00
- Forum: Bugs
- Topic: Possible composite bug [solved]
- Replies: 2
- Views: 2024
- 2015-09-14T07:07:29-07:00
- Forum: Bugs
- Topic: Possible composite bug [solved]
- Replies: 2
- Views: 2024
Possible composite bug [solved]
Hello,
I need to watermark some grayscale images with composite utility. I am using following command:
composite -compose atop -gravity SouthEast watermark.png butterfly.jpg output.jpg
http://s10.postimg.org/bbcdsw1wp/fail.png
Problem is that created output image is brighter and maybe more ...
I need to watermark some grayscale images with composite utility. I am using following command:
composite -compose atop -gravity SouthEast watermark.png butterfly.jpg output.jpg
http://s10.postimg.org/bbcdsw1wp/fail.png
Problem is that created output image is brighter and maybe more ...