Nishant <[EMAIL PROTECTED]> - Tue, Mar 11, 2003: > I need to read a .png file and read the palette value as an > integer. > I dont have any idea what is a palette.
I don't know if you're attached to Java, but libpng might help you more than batik will in this case. There are functions to retrieve the palette. The palette is an array of color description, for example color #0 is blue 0,0,250 etc. -- Lo�c Minier <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
