Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Siv3D/OpenSiv3D
/ encode
Method
encode
Siv3D/src/Siv3D/ImageFormat/PPM/PPMEncoder.cpp:263–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
}
262
263
bool PPMEncoder::encode(const Image& image, IWriter& writer) const
264
{
265
return encode(image, writer, DefaultFormat);
266
}
267
268
bool PPMEncoder::encode(const Image& image, IWriter& writer, PPMType format) const
269
{
Callers
nothing calls this directly
Calls
9
encode
Function · 0.85
WriteP1
Function · 0.85
WriteP2
Function · 0.85
WriteP3
Function · 0.85
WriteP4
Function · 0.85
WriteP5
Function · 0.85
WriteP6
Function · 0.85
isOpen
Method · 0.45
retrieve
Method · 0.45
Tested by
no test coverage detected