Code: Select all
convert tiles.ai -crop 8x8@ tiles/t_%02d.png
I also noticed that splitting the file into 64 .tiff images worked correctly, but when converting the .tiff to .png, the same png where again false.
Here's a test case:
https://sites.google.com/site/deskowner/t_01.tiff
Code: Select all
convert t_01.tiff t_01.png
I am using ImageMagick 6.6.7-8, the latest one available on macports.