I have a PNG of the exact same texture and one is 8bit while the other is 32bit. They both look exactly the same to me, no quality changes. Can someone please tell me what the difference is between the two?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
An 8 bit image will use 1 byte per pixel while a 32 bit image will use 4 bytes per pixel. The color bit depth refers to the number of bits used to indicate the color of a single pixel. More bits means a larger number of colors can be represented.
This wikipedia article may provide more information and a visual comparison of the difference. http://en.wikipedia.org/wiki/Color_depth
A PNG image may also specify a palette of colors which could also be what the 8 bit/32 bit may be referring to. In this case, if it were referring to the palette, it’s possible there would be no visual difference between the first picture and the second. Again, wikipedia has more information:
http://en.wikipedia.org/wiki/Portable_Network_Graphics#Color_depth
It’s likely that there is a small visual difference between the images if they are not using an indexed color palette. However, as pst states in the comments below, it’s possible they both look exactly the same.