dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
saveTGA
dlib
image
io
tga
Save TGA to file using local FileSystem. Causes GC allocation
void
saveTGA
(SuperImage img, string filename)
void
saveTGA
(
SuperImage
img
,
string
filename
)
Compound
!(
bool
,
string
)
saveTGA
(SuperImage img, OutputStream output)
Meta
Source
See Implementation
dlib
image
io
tga
classes
TGALoadException
enums
TGAEncoding
TgaOrigin
functions
loadTGA
saveTGA
swapRGB
structs
TGAHeader
Save TGA to file using local FileSystem. Causes GC allocation