mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00:00
7 lines
195 B
Plaintext
7 lines
195 B
Plaintext
endpoint ImageDecoderServer
|
|
{
|
|
greet() => ()
|
|
|
|
decode_image(Core::AnonymousBuffer data) => (bool is_animated, u32 loop_count, Vector<Gfx::ShareableBitmap> bitmaps, Vector<u32> durations)
|
|
}
|