fix: iwi rgb and rgba byte order wrong (#864)

This commit is contained in:
Jan
2026-06-28 19:43:25 +02:00
committed by GitHub
parent 5e563afa00
commit b0d90f3aac
9 changed files with 16 additions and 42 deletions
-2
View File
@@ -11,7 +11,6 @@ namespace image
{
enum class ImageFormatId : std::uint8_t
{
R8_G8_B8,
B8_G8_R8,
B8_G8_R8_X8,
R8_G8_B8_A8,
@@ -139,7 +138,6 @@ namespace image
namespace format
{
extern const ImageFormatUnsigned R8_G8_B8;
extern const ImageFormatUnsigned B8_G8_R8;
extern const ImageFormatUnsigned B8_G8_R8_X8;
extern const ImageFormatUnsigned R8_G8_B8_A8;