mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +00:00
LibGfx/TIFF: Override ImageDecoderPlugin::metadata()
This commit is contained in:
parent
48347d1923
commit
383be5e49c
Notes:
sideshowbarker
2024-07-17 18:23:22 +09:00
Author: https://github.com/LucasChollet
Commit: 383be5e49c
Pull-request: https://github.com/SerenityOS/serenity/pull/22483
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/nico
2 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,7 @@ public:
|
|||
|
||||
virtual ErrorOr<ImageFrameDescriptor> frame(size_t index, Optional<IntSize> ideal_size = {}) override;
|
||||
|
||||
virtual Optional<Metadata const&> metadata() override;
|
||||
virtual ErrorOr<Optional<ReadonlyBytes>> icc_data() override;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue