Search found 1 match
- 2013-01-05T15:57:43-07:00
- Forum: MagickWand
- Topic: Emulating convert -crop using MagickWand
- Replies: 3
- Views: 17349
Emulating convert -crop using MagickWand
Hi, I'm trying to work out the best way to chop up a large image into a load of rectangular, equal-sized tiles. I'm inspired by the ability to use the following command line: convert infile -crop widthxheight outfile with no x and y offset arguments to generate a set of tiles of size width by height ...