Rust Wiki

Revision Difference

Transparent_Pngs#526786

<cat>Dev.Skinning</cat> <title>Creating Transparent Pngs</title>⤶ If you're using photoshop you might run into issues when exporting transparent pngs. <title>Creating Transparent PNGs</title>⤶ If you're using photoshop you might run into issues when exporting transparent PNGs. ## Problem When saving a png with full transparency, photoshop changes the pixels behind the transparency to white. This can be an issue with textures because of things like mipmaps and bilinear filtering cause those white pixels to bleed, leading to ugly white lines down the side of your textures. When saving a PNG with full transparency, photoshop changes the pixels behind the transparency to white. This can be an issue with textures because of things like mipmaps and bilinear filtering cause those white pixels to bleed, leading to ugly white lines down the side of your textures. ## Solution There's a Png plugin called [SuperPNG](http://www.fnordware.com/superpng/). This will save your Pngs without messing with them. <note>When opening a Png in photoshop hold down shift to see the SuperPNG an import menu</note> There's a PNG plugin called [SuperPNG](http://www.fnordware.com/superpng/). This will save your PNGs without messing with them. <note>When opening a PNG in photoshop hold down shift to see the SuperPNG an import menu</note>