1. Verifying 16-bit PNG Textures for Game Development
Technical ArtistBackground
A game engine requires true 16-bit heightmaps to prevent banding, but some exported PNGs look like they might only have 8-bit depth.
Problem
Confirming the actual bits per sample and stored bits per pixel of the exported PNG files.
How to use
Upload the PNG heightmap file and ensure 'Include Container Details' is checked.
{"includeContainerDetails": true}Outcome
The tool outputs JSON confirming bitsPerSample is 16 and storedBitsPerPixel is 48, verifying it is a true 16-bit RGB image.