mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
LibGfx/WebPWriter: Add a toggle for disabling individual transforms
This commit is contained in:
committed by
Jelle Raaijmakers
parent
4a327d98a4
commit
533b29dde7
Notes:
sideshowbarker
2024-07-17 20:58:35 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/533b29dde7 Pull-request: https://github.com/SerenityOS/serenity/pull/24483 Reviewed-by: https://github.com/gmta ✅
@@ -9,6 +9,7 @@
|
||||
#include <AK/Error.h>
|
||||
#include <LibGfx/Color.h>
|
||||
#include <LibGfx/Forward.h>
|
||||
#include <LibGfx/ImageFormats/WebPWriterLossless.h>
|
||||
#include <LibGfx/Point.h>
|
||||
|
||||
namespace Gfx {
|
||||
@@ -16,6 +17,7 @@ namespace Gfx {
|
||||
class AnimationWriter;
|
||||
|
||||
struct WebPEncoderOptions {
|
||||
VP8LEncoderOptions vp8l_options;
|
||||
Optional<ReadonlyBytes> icc_data;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user