mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 21:04:59 +00:00
6 lines
195 B
Text
6 lines
195 B
Text
endpoint ImageDecoderServer
|
|
{
|
|
greet() => ()
|
|
|
|
decode_image(Core::AnonymousBuffer data) => (bool is_animated, u32 loop_count, Vector<Gfx::ShareableBitmap> bitmaps, Vector<u32> durations)
|
|
}
|