Skip to documentation
SLOP

tiny.gif.DecodeBounds

Reference tiny.gif DecodeBounds

Defined in tiny.gif.

API (5)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.gifDecodeBounds
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/gif/src/decode/plan.zig:5

zig
pub const Bounds = struct {    canvas_pixels: usize,    frame_pixels: usize,    frames: usize,    compressed_bytes: usize,    retained_rgba8_bytes: usize,};

Source: lib/gif/src/root.zig:14

zig
pub const DecodeBounds = decode.Bounds;

Audit

Definitions1
Public names1
Members5
Version26.7.0
Revisiondaab053ee433