Search found 2 matches
- 2012-09-15T11:36:41-07:00
- Forum: Users
- Topic: Noob needs help- combining commands in Windows ImageMagick
- Replies: 2
- Views: 3006
Re: Noob needs help- combining commands in Windows ImageMagi
Many thanks my friend.
- 2012-09-15T10:28:56-07:00
- Forum: Users
- Topic: Noob needs help- combining commands in Windows ImageMagick
- Replies: 2
- Views: 3006
Noob needs help- combining commands in Windows ImageMagick
In Windows ImageMagick, I have to rotate an image before I can place it on the page: convert .\source1.png -alpha set -background none -rotate 15 rotate.png I then place it on the page: composite -compose over .\rotate.png -geometry +103+160 bg.png output.png I'm trying to figure out how to not ...