PNG to RGBA

Select a image:

Select a mode:
Description
This tools converts a PNG image to a txt file containing the RGBA values as a byte array.
There are different formats to convert:
- RGBA32: (default) each pixel is represented by 4 bytes. In this mode, there's no loss of information.
- RGBA16: each pixel is represented by 2 bytes.
- RGBA8: each pixel is represented by 1 bytes.
- RGBA4: each pixel is represented by a half of a byte.