mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
LibGfx: Provide an implementation for ImageDecoderPlugin::icc_data()
This commit is contained in:
parent
4f3945024a
commit
e721c74598
Notes:
sideshowbarker
2024-07-17 04:09:56 +09:00
Author: https://github.com/LucasChollet
Commit: e721c74598
Pull-request: https://github.com/SerenityOS/serenity/pull/21657
15 changed files with 1 additions and 44 deletions
|
@ -28,7 +28,6 @@ public:
|
|||
virtual size_t frame_count() override;
|
||||
virtual size_t first_animated_frame_index() override;
|
||||
virtual ErrorOr<ImageFrameDescriptor> frame(size_t index, Optional<IntSize> ideal_size = {}) override;
|
||||
virtual ErrorOr<Optional<ReadonlyBytes>> icc_data() override;
|
||||
|
||||
private:
|
||||
GIFImageDecoderPlugin(FixedMemoryStream);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue