imageformats ~master (2020-07-24T09:26:49Z)
Dub
Repo
read_jpeg_info
imageformats
jpeg
Returns width, height and color format information via w, h and chans.
void
read_jpeg_info
(char[] filename, int w, int h, int chans)
void
read_jpeg_info
(
in
char
[]
filename
,
out
int
w
,
out
int
h
,
out
int
chans
)
void
read_jpeg_info
(Reader stream, int w, int h, int chans)
Meta
Source
See Implementation
imageformats
jpeg
functions
detect_jpeg
read_jpeg
read_jpeg_from_mem
read_jpeg_info
read_jpeg_info_from_mem
Returns width, height and color format information via w, h and chans.