Skip to documentation
SLOP

tiny.png.DecodeExhaustion

Reference tiny.png DecodeExhaustion

Defined in tiny.png.

API (4)

Fields and members

Public fields and members.

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

Source

Source: lib/png/src/decode/model.zig:25

zig
pub const Exhaustion = error{    InputByteCapacityExceeded,    ImagePixelCapacityExceeded,    SourceRowByteCapacityExceeded,    IdatByteCapacityExceeded,};

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

zig
pub const DecodeExhaustion = decode.Exhaustion;

Also reachable as

decode.Exhaustion.

Audit

Definitions1
Public names2
Members4
Version26.7.0
Revisiondaab053ee433