Tile Cropping not working with WebP
Posted: 2016-09-15T10:05:14-07:00
Hi!
The following tile cropping example works for jpg and png output format:
convert file.jpg -crop 25x25 +repage +adjoin jpg:tile
It will correctly create several files such as tile-0, tile-1, tile-2, etc
But if you use webp output format:
convert file.jpg -crop 25x25 +repage +adjoin webp:tile
It will only crop the very first tile and name it just 'tile'.
ImageMagick 6.9.5-8 Q16 x86_64
webp 0.5.1
Is that a problem with WebP library from Google or somewhere in ImageMagick?
Thanks!
The following tile cropping example works for jpg and png output format:
convert file.jpg -crop 25x25 +repage +adjoin jpg:tile
It will correctly create several files such as tile-0, tile-1, tile-2, etc
But if you use webp output format:
convert file.jpg -crop 25x25 +repage +adjoin webp:tile
It will only crop the very first tile and name it just 'tile'.
ImageMagick 6.9.5-8 Q16 x86_64
webp 0.5.1
Is that a problem with WebP library from Google or somewhere in ImageMagick?
Thanks!