carina-studio / PixelViewer

A cross-platform image viewer which supports reading raw Luminance/YUV/RGB/ARGB/Bayer pixels data from file and rendering it.
https://carina-studio.github.io/PixelViewer/
MIT License
225 stars 36 forks source link

Add RGBPlanar888 format #20

Closed omerjerk closed 5 days ago

omerjerk commented 2 weeks ago

Tested with a sample file that contains RGB data in planar format with each value being a 8-bit integer. These formats are very common in ML models.

hamster620 commented 5 days ago

@omerjerk Thanks for your contribution.