converting to png

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
Jyaif
Posts: 3
Joined: 2010-07-04T02:37:56-07:00
Authentication code: 8675308

converting to png

Post 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.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: converting to png

Post 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.
Post Reply