Search found 3 matches

by Jyaif
2012-02-17T06:32:26-07:00
Forum: Bugs
Topic: converting to png
Replies: 1
Views: 5451

converting to png

I was splitting a .ai file into 64 .png 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 ...
by Jyaif
2010-07-04T06:16:11-07:00
Forum: Bugs
Topic: gif to png; changing one color
Replies: 3
Views: 8547

Re: gif to png; changing one color

Thanks, everything you said worked :)
by Jyaif
2010-07-04T03:07:44-07:00
Forum: Bugs
Topic: gif to png; changing one color
Replies: 3
Views: 8547

gif to png; changing one color

Hi,
First of all, I am a relatively new user to ImageMagick, so I might be doing something wrong.
I am using: ImageMagick 6.6.2-9 2010-07-04 Q16 with OS X 10.6.2
I installed with MacPorts. No newer version of IM is available with MacPorts.

First, I tried to convert a gif to a png.

convert a.gif a ...