mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:27:43 +00:00
LibGfx+image: Implement writing ICC profiles to jpeg files
This commit is contained in:
parent
83ab9f7c2d
commit
db4982bd29
3 changed files with 44 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
namespace Gfx {
|
||||
|
||||
struct JPEGEncoderOptions {
|
||||
Optional<ReadonlyBytes> icc_data;
|
||||
u8 quality { 75 };
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue