Search found 2 matches

by Firzen
2015-09-17T00:52:22-07:00
Forum: Bugs
Topic: Possible composite bug [solved]
Replies: 2
Views: 1684

Re: Possible composite bug

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 ...
by Firzen
2015-09-14T07:07:29-07:00
Forum: Bugs
Topic: Possible composite bug [solved]
Replies: 2
Views: 1684

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 contrast ...