tiny.png.DecodeExhaustion
Defined in tiny.png.
API (4)
Fields and members
Public fields and members.
IdatByteCapacityExceededImagePixelCapacityExceededInputByteCapacityExceededSourceRowByteCapacityExceeded
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
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 4 |
| Version | 26.7.0 |
| Revision | daab053ee433 |