-crop (Border-Tiles, which are not smaller)
Posted: 2008-07-03T06:04:12-07:00
Hy
I tile a image:
convert -crop 100x100 -fill blue -quality 30 image.jpg test%02d.jpg
Unfotunately, the rightmost tiles and the bottom tiles are smaller
if the specified geometry extends beyond the dimensions of the input image.
I need the rightmost tiles and the bottom tiles in the same size. (100x100)
The area beyond the dimensions of the input image I would like to fill
with the color blue.
How is it possible?
I tile a image:
convert -crop 100x100 -fill blue -quality 30 image.jpg test%02d.jpg
Unfotunately, the rightmost tiles and the bottom tiles are smaller
if the specified geometry extends beyond the dimensions of the input image.
I need the rightmost tiles and the bottom tiles in the same size. (100x100)
The area beyond the dimensions of the input image I would like to fill
with the color blue.
How is it possible?