This commit is contained in:
2020-01-23 23:13:36 -08:00
parent dcc0df955e
commit 2bc9ebdc6b
31829 changed files with 1229378 additions and 17 deletions

1
doc/png/sidebar-items.js Normal file
View File

@@ -0,0 +1 @@
initSidebarItems({"enum":[["BitDepth","Bit depth of the png file"],["ColorType",""],["Compression",""],["Decoded","Result of the decoding process"],["DecodingError",""],["EncodingError",""],["FilterType",""],["Unit","Physical unit of the pixel dimensions"]],"mod":[["chunk","Chunk types and functions"]],"struct":[["AnimationControl","Animation control information"],["Decoder","PNG Decoder"],["Encoder","PNG Encoder"],["FrameControl","Frame control information"],["Info","PNG info struct"],["Limits",""],["OutputInfo","Output info"],["PixelDimensions","Pixel dimensions information"],["Reader","PNG reader (mostly high-level interface)"],["StreamingDecoder","PNG StreamingDecoder (low-level interface)"],["Transformations","Output transformations"],["Writer","PNG writer"]],"trait":[["HasParameters","Object has parameters"],["Parameter","Configuration parameter trait"]]});