imageformats ~master (2020-07-24T09:26:49Z)
Dub
Repo
PNG_Header
imageformats
png
Header of a PNG file.
struct
PNG_Header {
int
width
;
int
height
;
ubyte
bit_depth
;
ubyte
color_type
;
ubyte
compression_method
;
ubyte
filter_method
;
ubyte
interlace_method
;
}
Members
Variables
bit_depth
ubyte
bit_depth
;
Undocumented in source.
color_type
ubyte
color_type
;
Undocumented in source.
compression_method
ubyte
compression_method
;
Undocumented in source.
filter_method
ubyte
filter_method
;
Undocumented in source.
height
int
height
;
Undocumented in source.
interlace_method
ubyte
interlace_method
;
Undocumented in source.
width
int
width
;
Undocumented in source.
Meta
Source
See Implementation
imageformats
png
functions
detect_png
read_png
read_png16
read_png16_from_mem
read_png_from_mem
read_png_header
read_png_header_from_mem
read_png_info
read_png_info_from_mem
write_png
write_png_to_mem
structs
PNG_Header
Header of a PNG file.