mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-18 17:12:54 +00:00
LibGfx: Make a webp error message more detailed
Now that lossless decoding mostly works, make it clear that only lossy decoding isn't implemented yet.
This commit is contained in:
parent
7b745a20f1
commit
50c9b51eca
Notes:
sideshowbarker
2024-07-17 01:27:18 +09:00
Author: https://github.com/nico
Commit: 50c9b51eca
Pull-request: https://github.com/SerenityOS/serenity/pull/18221
1 changed files with 1 additions and 1 deletions
|
@ -1459,7 +1459,7 @@ ErrorOr<ImageFrameDescriptor> WebPImageDecoderPlugin::frame(size_t index)
|
|||
return ImageFrameDescriptor { m_context->bitmap, 0 };
|
||||
}
|
||||
|
||||
return Error::from_string_literal("WebPImageDecoderPlugin: decoding not yet implemented");
|
||||
return Error::from_string_literal("WebPImageDecoderPlugin: decoding lossy webps not yet implemented");
|
||||
}
|
||||
|
||||
ErrorOr<Optional<ReadonlyBytes>> WebPImageDecoderPlugin::icc_data()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue