MCPcopy Create free account
hub / github.com/DentonW/DevIL / Save

Method Save

DevIL/cpp wrapper/il_wrap.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86
87ILboolean ilImage::Save(char *FileName)
88{
89 this->iGenBind();
90 return ilSaveImage(FileName);
91}
92
93
94ILboolean ilImage::Save(char *FileName, ILenum Type)

Callers 3

mainFunction · 0.45
iRegisterSaveFunction · 0.45
mainFunction · 0.45

Calls 1

iGenBindMethod · 0.95

Tested by

no test coverage detected