mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 11:24:58 +00:00
4 lines
176 B
Text
4 lines
176 B
Text
endpoint ImageDecoderServer
|
|
{
|
|
decode_image(Core::AnonymousBuffer data) => (bool is_animated, u32 loop_count, Vector<Gfx::ShareableBitmap> bitmaps, Vector<u32> durations)
|
|
}
|