Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Howto create 256 color bufferimage with transparency

Status
Not open for further replies.

metal13

Programmer
Jan 31, 2005
1
US
I need to create a 256 color bufferedimage in Java. It has to have transparency as well. Right now, my code makes a 24-bit color image. This image will get saved as a png, which IE then fails to render properly. I need to make this image 256 colors.

Thanks for any help
 
// you can see transparency png in Netscape but you can see a png without transparency in IE
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top