OpenJPH
Open-source implementation of JPEG2000 Part-15
|
#include <ojph_img_io.h>
Public Member Functions | |
virtual | ~image_out_base () |
virtual ui32 | write (const line_buf *line, ui32 comp_num)=0 |
virtual void | close () |
Definition at line 575 of file ojph_img_io.h.
|
inlinevirtual |
Definition at line 578 of file ojph_img_io.h.
|
inlinevirtual |
Reimplemented in ojph::ppm_out, ojph::yuv_out, ojph::raw_out, and ojph::pfm_out.
Definition at line 580 of file ojph_img_io.h.
Referenced by main().
Implemented in ojph::ppm_out, ojph::yuv_out, ojph::pfm_out, and ojph::raw_out.
Referenced by main().