Search found 1 match

by ruarl
2013-01-05T15:57:43-07:00
Forum: MagickWand
Topic: Emulating convert -crop using MagickWand
Replies: 3
Views: 16198

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...