Expand description
pngmeta: Read and write PNG tEXt metadata chunks.
Low-level library for PNG tEXt chunk I/O without image decoding. Operates directly on the binary PNG structure using only std.
Functions§
- contains_
in_ text_ chunks - Search tEXt chunk data for a byte pattern without decoding.
- read_
text_ chunks - Extract all tEXt chunks from a PNG file.
- scan_
text_ chunks - Scan tEXt chunks with a caller-supplied predicate on raw bytes.
- write_
text_ chunk - Write a tEXt chunk into an existing PNG file.