mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +02: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)
|
|
}
|