Module dlib.image.io.tga

Decode JPEG images

Functions

NameDescription
loadTGA(filename) Load PNG from file using local FileSystem. Causes GC allocation
loadTGA(istrm) Load TGA from stream using default image factory. Causes GC allocation
loadTGA(istrm, imgFac) Load TGA from stream using specified image factory. GC-free
saveTGA(img, filename) Save TGA to file using local FileSystem. Causes GC allocation
saveTGA(img, output) Save TGA to stream. GC-free