'imagemagick combine leads to rotated image
I use the following command to add a watermark to an image (composite). After that the image is rotated by 180d. The convert command has the -auto-orient option, the composite command hasn't such an option. What I have to do, to have the output image not rotated by 180d?
composite -interlace None +profile '!iptc,*' -compose screen -geometry +30+30 -gravity southeast watermark.png example.jpeg test.jpeg
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
