MCPcopy Create free account
hub / github.com/ImpulseAdventure/JPEGsnoop / SetPrecision

Method SetPrecision

ImgDecode.cpp:564–567  ·  view source on GitHub ↗

Get the precision field INPUT: - nPrecision = DCT sample precision (typically 8 or 12) POST: - m_nPrecision

Source from the content-addressed store, hash-verified

562// - m_nPrecision
563//
564void CimgDecode::SetPrecision(unsigned nPrecision)
565{
566 m_nPrecision = nPrecision;
567}
568
569
570// Set the general image details for the image decoder

Callers 1

DecodeMarkerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected