tiny.png.DecodeStatus
Defined in tiny.png.
API (8)
Fields and members
Public fields and members.
Source
Source: lib/png/src/decode/storage.zig:15
zig
pub const Status = struct { phase: alloc_phase.capacity.Phase, in_use: bool, storage_bytes: usize, input_bytes: usize, image_pixels: usize, source_row_bytes: usize, idat_bytes: usize, rgba8_bytes: usize,};Source: lib/png/src/root.zig:30
zig
pub const DecodeStatus = decode.Status;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 8 |
| Version | 26.7.0 |
| Revision | daab053ee433 |