MCPcopy 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
494bool Image::Save(const std::string& path) const
495{
496 return Save(path, detectContainer(path));
497}
498
499bool Image::Save(const std::string& path, ImageContainer ct) const
500{

Callers 7

SerializeBinMethod · 0.45
SaveConfigMethod · 0.45
ObjSaveStatusFunction · 0.45
DeleteStatusFunction · 0.45
ObjSaveIdentityFunction · 0.45
DeleteIdentityFunction · 0.45
ConfigSaveFunction · 0.45

Calls 5

detectContainerFunction · 0.85
WriteBMPFunction · 0.85
WritePAAFunction · 0.85
WriteRGBAFunction · 0.50
validMethod · 0.45

Tested by

no test coverage detected