Search found 3 matches
- 2017-08-16T08:07:47-07:00
- Forum: Users
- Topic: Moving the crop position inside windows in collage
- Replies: 8
- Views: 5642
Re: Moving the crop position inside windows in collage
Can you please post the same method using my code? This doesn't work with resize apparently.
- 2017-08-16T05:55:49-07:00
- Forum: Users
- Topic: Moving the crop position inside windows in collage
- Replies: 8
- Views: 5642
Re: Moving the crop position inside windows in collage
No, it changes the size of the image.
Just take 2 large images and try it yourself with +200+234 and with +0+0. You will see that resulting size changes instead of just cropping the image at given coords
Just take 2 large images and try it yourself with +200+234 and with +0+0. You will see that resulting size changes instead of just cropping the image at given coords
- 2017-08-16T03:10:13-07:00
- Forum: Users
- Topic: Moving the crop position inside windows in collage
- Replies: 8
- Views: 5642
Moving the crop position inside windows in collage
I have working script which makes a "collage" using convert script: convert ( "1.jpg" -resize x2322 -gravity center -crop 1500x2322+0+0 +repage -gravity east -background white -splice 10x0 ) ( "2.jpg" -resize x2322 -gravity center -crop 1500x2322+0+0 +repage ) +append -bordercolor white -border 20 ...