bug-ghostscript
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ai to png: transparency issue


From: Benoit DECHERF
Subject: ai to png: transparency issue
Date: Fri, 17 Dec 2010 16:04:46 +0100

Hi, 

I need to convert adobe illustrator files to png and I lost the transparency of part of the image

The gs command executed is: 
gs -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72"  "-sOutputFile=test.png" -ftest.ai

You can check the test file here: 
http://benoit.boceto.fr/test/test.ai

And the result: 
http://benoit.boceto.fr/test/test.html

The result I should have (made using photoshop):
http://benoit.boceto.fr/test/test-ps.html

As you can see, the whole image should be transparent.

I can't find a known bug on this issue. Or maybe the arguments are wrongs ?

The version 8.71 and 9.00 give me the same results.

Thanks

reply via email to

[Prev in Thread] Current Thread [Next in Thread]