Search found 1 match
- 2012-07-02T02:49:34-07:00
- Forum: Users
- Topic: Combining section of multiple images into a new image.
- Replies: 1
- Views: 2539
Combining section of multiple images into a new image.
I have a set of images ( lets call them source1.jpg source2.jpg source3.jpg etc ... ) and i want to crop a square area out of each image ( defined by x,y,width,height foreach image ) and then draw it on a shared canvas image at a specific point ( x,y ). I can use convert -crop for each source image ...