Skip to content

alexeyneu/libtarga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published