Search found 2 matches
- 2016-05-11T23:04:45-07:00
- Forum: Users
- Topic: Multiple crops from a single image rearranged to create a new image, one-liner with layers
- Replies: 3
- Views: 3148
Re: Multiple crops from a single image rearranged to create a new image, one-liner with layers
works perfectly. thanks so much
- 2016-05-11T22:16:04-07:00
- Forum: Users
- Topic: Multiple crops from a single image rearranged to create a new image, one-liner with layers
- Replies: 3
- Views: 3148
Multiple crops from a single image rearranged to create a new image, one-liner with layers
I'm trying to take crops from a single image and rearrange them to create a new image. Here's an example: Before: http://imgur.com/Z6dLcvN.png After: http://i.imgur.com/l6iBHbu.png I was able to do this using: convert balls_before.png -crop 170x170+57+50 ball1.png convert balls_before.png -crop ...