mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:47:35 +00:00
LibGfx/TIFF: Add support for the ICCProfile tag
This commit is contained in:
parent
5622e7d77c
commit
4994609af0
5 changed files with 26 additions and 0 deletions
|
@ -28,6 +28,8 @@ public:
|
|||
|
||||
virtual ErrorOr<ImageFrameDescriptor> frame(size_t index, Optional<IntSize> ideal_size = {}) override;
|
||||
|
||||
virtual ErrorOr<Optional<ReadonlyBytes>> icc_data() override;
|
||||
|
||||
private:
|
||||
TIFFImageDecoderPlugin(NonnullOwnPtr<FixedMemoryStream>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue