MCPcopy 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

encodeFunction · 0.85
WriteP1Function · 0.85
WriteP2Function · 0.85
WriteP3Function · 0.85
WriteP4Function · 0.85
WriteP5Function · 0.85
WriteP6Function · 0.85
isOpenMethod · 0.45
retrieveMethod · 0.45

Tested by

no test coverage detected