1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:47:34 +00:00

LibGfx/ExifOrientedBitmap: Add support for CMYKBitmap

This commit is contained in:
Lucas CHOLLET 2024-01-18 19:56:46 -05:00 committed by Andrew Kaster
parent c80b2cf782
commit 3f4bf7a0c7
3 changed files with 29 additions and 10 deletions

View file

@ -1750,7 +1750,7 @@ public:
to_u8(m_channels[*alpha_channel].get(x, y)),
};
}();
oriented_bitmap.set_pixel(x, y, color);
oriented_bitmap.set_pixel(x, y, color.value());
}
}