Skip to documentation
SLOP

tiny.gif.EncodeExhaustion

Reference tiny.gif EncodeExhaustion

Defined in tiny.gif.

API (5)

Fields and members

Public fields and members.

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

Source

Source: lib/gif/src/encode/model.zig:15

zig
pub const Exhaustion = error{    CanvasPixelCapacityExceeded,    EncodeInputMismatch,    EncodeStorageInUse,    FrameCapacityExceeded,    PaletteCapacityExceeded,};

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

zig
pub const EncodeExhaustion = encode.Exhaustion;

Audit

Definitions1
Public names1
Members5
Version26.7.0
Revisiondaab053ee433