;

PDA

Click to See Complete Forum and Search --> : PNG problem


gusmus
09-16-2005, 05:32 AM
I've got some strange goings on with some png files. In playback they work fine but after exporting to SWF they are losing their transparency. Anyone else had the same problem or has a solution?

Bob Hartzell
09-16-2005, 08:02 AM
Send me a simple fun file example with the png.

gusmus
09-17-2005, 02:58 AM
Hi Bob. The file is a bit big to send but if you go to http://www.cratepages.com/transvalnew/index.swf you can see the two files. They are both png 8 (the two busses). if you open http://www.cratepages.com/transvalnew then you'll find the fun file "index.fun. it's strange because it isn't happening to any of the other images and it wasn't happening before I switched to the latest KM version. Cheers.

Bob Hartzell
09-17-2005, 08:19 AM
If you zip it, I bet it isn't big. I need the image to test. I don't remember touching any image related code in the last version.

miles_n_diz
10-01-2005, 08:34 AM
i am experiencing the same problem with png24's...
was this issue ever resolved?

_using version 4.7.2

Bob Hartzell
10-01-2005, 04:41 PM
I am still waiting for someone to send me an example.

A png 24 bit is no better than a regular bitmap. So convert to bmp format.

hule2
10-01-2005, 06:32 PM
Maybe I am wrong, but as far as i know .bmp supports no transparancy...
Maybe total off-topic...

but tried to give a new view to it.

nevertheless, iŽlll stuck on all this :smoov:
greetings , stefan

P.S.: 24bit means -some- more than 256col... 4get my post... For your fun I donŽt delete it ! :p

Bob Hartzell
10-02-2005, 08:13 AM
24 bit png doesn't support transparency - only 8 bit and 32 bit.

possum3
10-02-2005, 11:33 AM
24 bit PNG does support transparency but some IE browsers do not render the image properly. There is an easy work around at the following link http://css.weblogsinc.com/entry/1234000933031938/ Not sure if it will work in KoolMoves.

pherbrick
10-05-2005, 10:01 PM
Interlacing has cleared up an image problem I have w/ PNGs (ie, in Photoshop, select interlaced option).

necromanthus
10-06-2005, 11:34 AM
24 bit PNG does support transparency ...

False !

In few words:
There're 2 structures able to carry the alpha channnel:
1) 8 bit PNG or GIF (max. 255 colors, 1 bit transparency)
2) 32 bit PNG (and few other formats).
Now the sticky part: there're 2 kind of 32bit PNGs:
RGBA8881 (1 bit transparency)
RGBA8888 (255 levels of transparency - aka "transparent layer", useful for gradients)
I use PhotoShop since I can't remember, but it has an "original" way to deal with transparent images.
To be out of troubles, be sure that the transparent area is BLACK (switch off the transparency to check out).
cheers