1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 12:05:00 +00:00
serenity/Userland/Services/ImageDecoder/ImageDecoderServer.ipc
2021-04-25 11:24:12 +02:00

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)
}