Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ Save
Method
Save
engine/Poseidon/Graphics/Textures/Image.cpp:494–497 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
492
}
493
494
bool Image::Save(const std::string& path) const
495
{
496
return Save(path, detectContainer(path));
497
}
498
499
bool Image::Save(const std::string& path, ImageContainer ct) const
500
{
Callers
7
SerializeBin
Method · 0.45
SaveConfig
Method · 0.45
ObjSaveStatus
Function · 0.45
DeleteStatus
Function · 0.45
ObjSaveIdentity
Function · 0.45
DeleteIdentity
Function · 0.45
ConfigSave
Function · 0.45
Calls
5
detectContainer
Function · 0.85
WriteBMP
Function · 0.85
WritePAA
Function · 0.85
WriteRGBA
Function · 0.50
valid
Method · 0.45
Tested by
no test coverage detected