Page 1 of 1

converting to png

Posted: 2012-02-17T06:32:26-07:00
by Jyaif
I was splitting a .ai file into 64 .png

Code: Select all

convert tiles.ai -crop 8x8@ tiles/t_%02d.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

Code: Select all

convert t_01.tiff t_01.png
The png I obtain is a white square.

I am using ImageMagick 6.6.7-8, the latest one available on macports.

Re: converting to png

Posted: 2012-02-18T10:41:04-07:00
by fmw42
You supposed tiff file was uploaded and changed (by Google?) to jpg and a .jpg suffix was added. Furthermore, the file is already totally white.

Perhaps you should post a link to your original ai file or an example of one that fails.