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:
parent
c80b2cf782
commit
3f4bf7a0c7
3 changed files with 29 additions and 10 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue