ImageDecoderServer.ipc 214 B

123456
  1. endpoint ImageDecoderServer = 7001
  2. {
  3. Greet() => (i32 client_id)
  4. DecodeImage(Core::AnonymousBuffer data) => (bool is_animated, u32 loop_count, Vector<Gfx::ShareableBitmap> bitmaps, Vector<u32> durations)
  5. }