Skip to documentation
SLOP

tiny.png.EncodeExhaustion

Reference tiny.png EncodeExhaustion

Defined in tiny.png.

API (3)

Fields and members

Public fields and members.

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

Source

Source: lib/png/src/encode/model.zig:50

zig
pub const Exhaustion = error{    EncodeInputMismatch,    EncodeStorageInUse,    ImagePixelCapacityExceeded,};

Source: lib/png/src/root.zig:19

zig
pub const EncodeExhaustion = encode.Exhaustion;

Also reachable as

encode.Exhaustion.

Audit

Definitions1
Public names2
Members3
Version26.7.0
Revisiondaab053ee433