Skip to main content

Crate pngmetagrep_core

Crate pngmetagrep_core 

Source
Expand description

pngmetagrep-core: Extract tEXt metadata from PNG files.

Primary use case: read VDSL recipe chunks ("vdsl") embedded by the VDSL image generation platform. Also works for ComfyUI’s "prompt" and "workflow" chunks or any arbitrary tEXt keyword.

Structs§

FindOptions
Options for constructing a Matcher.
PngMeta
Extracted metadata from a single PNG file.

Enums§

Matcher
Compiled match strategy — construct once, use many times.

Functions§

extract
Extract tEXt chunks from a PNG file.
read_text_chunks
Extract all tEXt chunks from a PNG file.