Skip to documentation
SLOP

tiny.png.EncodeBounds

Reference tiny.png EncodeBounds

Defined in tiny.png.

API (2)

Actions

Public operations.

Fields and members

Public fields and members.

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

Source

Source: lib/png/src/encode/plan.zig:10

zig
pub const Bounds = struct {    image_pixels: usize,    pub fn exact(image: model.ImageView) model.EncodeError!Bounds {        return .{ .image_pixels = try model.pixelCount(image.width, image.height) };    }};

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

zig
pub const EncodeBounds = encode.Bounds;
Called byCallsNo direct callersprivate sourcelib.png.src.encode.modelpixelCountEncodeBoundsexact
Static calls · unresolved targets: 0 · external targets: 0.

Also reachable as

encode.Bounds.

Audit

Definitions2
Public names4
Members1
Version26.7.0
Revisiondaab053ee433