converting to png
Posted: 2012-02-17T06:32:26-07:00
I was splitting a .ai file into 64 .png , and I noticed that some generated png where false.
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
The png I obtain is a white square.
I am using ImageMagick 6.6.7-8, the latest one available on macports.
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.