mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
8 lines
283 B
Plaintext
8 lines
283 B
Plaintext
#include <LibGfx/BitmapSequence.h>
|
|
|
|
endpoint ImageDecoderClient
|
|
{
|
|
did_decode_image(i64 image_id, bool is_animated, u32 loop_count, Gfx::BitmapSequence bitmaps, Vector<u32> durations, Gfx::FloatPoint scale) =|
|
|
did_fail_to_decode_image(i64 image_id, String error_message) =|
|
|
}
|