1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:27:35 +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

@ -272,7 +272,7 @@ private:
}
last_color = color;
oriented_bitmap.set_pixel(column, scanline, color);
oriented_bitmap.set_pixel(column, scanline, color.value());
}
decoded_stream->align_to_byte_boundary();