mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-21 17:51:52 +00:00
6 lines
201 B
Text
6 lines
201 B
Text
endpoint ImageDecoderServer = 7001
|
|
{
|
|
Greet() => ()
|
|
|
|
DecodeImage(Core::AnonymousBuffer data) => (bool is_animated, u32 loop_count, Vector<Gfx::ShareableBitmap> bitmaps, Vector<u32> durations)
|
|
}
|