Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 241 Bytes

readme.md

File metadata and controls

10 lines (9 loc) · 241 Bytes

artweaver can be used to produce .tga

example

	BYTE *trr;
	unsigned char* targaimage;
	int wdt=512, hgt=512;
	trr = (unsigned char*)tga_load("161208ap5410_fpx.tga", &wdt, &hgt, TGA_TRUECOLOR_32);

produce block of RGBA bytes