The VG Resource

Full Version: Converting general image formats in RGB565 to RGB888
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi. Does anyone know a good tool to convert RGB565 images in standard (i.e. PNG) image formats into standard RGB (preferably a web-based tool)?
(01-10-2021, 05:33 PM)SuperPupperDoggo Wrote: [ -> ]Hi. Does anyone know a good tool to convert RGB565 images in standard (i.e. PNG) image formats into standard RGB (preferably a web-based tool)?

Can you elaborate more on what exactly you're trying to do? PNG seems to only support grayscale, RGB888, and RGBA8888 images (according to Wikipedia), so exporting an image to PNG will transform it into RGB888 regardless of the original format.
I mean an exported PNG from a ripping tool that appears discolored in a way consistent with an RGB565 being interpreted as RGB888
Example:
https://imgur.com/a/ZWhYovx

I am looking for a solution to fix the discoloration, preferably one that works in a web browser.
(01-12-2021, 04:30 PM)SuperPupperDoggo Wrote: [ -> ]I mean an exported PNG from a ripping tool that appears discolored in a way consistent with an RGB565 being interpreted as RGB888
Example:
https://imgur.com/a/ZWhYovx

I am looking for a solution to fix the discoloration, preferably one that works in a web browser.

Oh, I see now what you mean. I don't think there is a program/website for this (closest I could find was the following: https://lvgl.io/tools/imageconverter, but it's not what you want to do exactly).

What tool are you using for ripping? There may be an option/command line flag that specifically allows you to prevent this from occurring.
TM. The file isn't in a standard format, so it's the best I got. The images are only recognizable in 15/16 bit mode.