Skip to documentation
SLOP

tiny.gif.DecodeExhaustion

Reference tiny.gif DecodeExhaustion

Defined in tiny.gif.

API (7)

Fields and members

Public fields and members.

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

Source

Source: lib/gif/src/decode/model.zig:11

zig
pub const Exhaustion = error{    CanvasPixelCapacityExceeded,    FramePixelCapacityExceeded,    FrameCapacityExceeded,    CompressedByteCapacityExceeded,    RetainedRgba8CapacityExceeded,    DecodeStorageInUse,    DecodeInputMismatch,};

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

zig
pub const DecodeExhaustion = decode.Exhaustion;

Audit

Definitions1
Public names1
Members7
Version26.7.0
Revisiondaab053ee433