|
VideoTools
|
A private base class that manages png_struct and png_info structures, and handles error callbacks. More...
Inheritance diagram for Gr::PngImp:Classes | |
| struct | FileCloser |
| RAII class to do std::fclose(). More... | |
Public Member Functions | |
| PngImp (bool reader) | |
| void | pngReset () |
Protected Attributes | |
| png_struct * | m_png_struct |
| png_info * | m_png_info |
A private base class that manages png_struct and png_info structures, and handles error callbacks.
Definition at line 76 of file grpng_png.cpp.