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