read_tga_info_from_mem

Returns width, height and color format information via w, h and chans.

void
read_tga_info_from_mem
(
in ubyte[] source
,
out int w
,
out int h
,
out int chans
)

Meta