gd_GIF

constructor(fd: SyncStream, anim_start: Long = 0, width: Int = 0, height: Int = 0, depth: Int = 0, loop_count: Int = 0, gce: GifDec.gd_GCE = gd_GCE(), palette: GifDec.gd_Palette = gd_Palette(), lct: GifDec.gd_Palette = gd_Palette(), gct: GifDec.gd_Palette = gd_Palette(), plain_text: (gif: GifDec.gd_GIF, tx: Int, ty: Int, tw: Int, th: Int, cw: Int, ch: Int, fg: Int, bg: Int) -> Unit? = null, comment: (gif: GifDec.gd_GIF) -> Unit? = null, application: (gif: GifDec.gd_GIF, id: ByteArray, auth: ByteArray) -> Unit? = null, fx: Int = 0, fy: Int = 0, fw: Int = 0, fh: Int = 0, bgindex: Int = 0, canvas: RgbaArray = RgbaArray(0), frame: UByteArray = UByteArray(0))