Search found 1 match

by phxadam
2011-01-28T09:43:28-07:00
Forum: Users
Topic: First timer, montage geometry & composite questions
Replies: 1
Views: 4202

First timer, montage geometry & composite questions

This is my first time trying to make something with ImageMagick. The machine im using has PHP/Apache/Linux. I am trying to make a montage with a canvas size of 728x90 This is what im working with now, but I know it is incorrect: montage -tile x1 $name -resize 728x90 -geometry *x90>+2+2 output.jpg ...