imageformats ~master (2020-07-24T09:26:49Z)
Dub
Repo
read_tga_info
imageformats
tga
Undocumented in source. Be warned that the author may not have intended to support it.
void
read_tga_info
(char[] filename, int w, int h, int chans)
void
read_tga_info
(Reader stream, int w, int h, int chans)
package
void
read_tga_info
(
Reader
stream
,
out
int
w
,
out
int
h
,
out
int
chans
)
Meta
Source
See Implementation
imageformats
tga
functions
detect_tga
read_tga
read_tga_from_mem
read_tga_header
read_tga_header_from_mem
read_tga_info
read_tga_info_from_mem
write_tga
write_tga_to_mem
structs
TGA_Header