mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02: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)
|
|
}
|