Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Save
Method
Save
DevIL/include/IL/devil_cpp_wrapper.hpp:252–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
251
252
ILboolean ilImage::Save(ILconst_string FileName)
253
{
254
this->iGenBind();
255
return ilSaveImage(FileName);
256
}
257
258
259
ILboolean ilImage::Save(ILconst_string FileName, ILenum Type)
Callers
nothing calls this directly
Calls
1
iGenBind
Method · 0.95
Tested by
no test coverage detected