Get the precision field INPUT: - nPrecision = DCT sample precision (typically 8 or 12) POST: - m_nPrecision
| 562 | // - m_nPrecision |
| 563 | // |
| 564 | void CimgDecode::SetPrecision(unsigned nPrecision) |
| 565 | { |
| 566 | m_nPrecision = nPrecision; |
| 567 | } |
| 568 | |
| 569 | |
| 570 | // Set the general image details for the image decoder |