imageformats ~master (2020-07-24T09:26:49Z)
Dub
Repo
read_png_info
imageformats
png
Returns width, height and color format information via w, h and chans.
void
read_png_info
(char[] filename, int w, int h, int chans)
void
read_png_info
(
in
char
[]
filename
,
out
int
w
,
out
int
h
,
out
int
chans
)
void
read_png_info
(Reader stream, int w, int h, int chans)
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
Returns width, height and color format information via w, h and chans.