|
OpenJPH
Open-source implementation of JPEG2000 Part-15
|
#include <ojph_img_io.h>
Public Member Functions | |
| raw_out () | |
| virtual | ~raw_out () |
| void | open (char *filename) |
| void | configure (bool is_signed, ui32 bit_depth, ui32 width) |
| virtual ui32 | write (const line_buf *line, ui32 comp_num=0) |
| virtual void | close () |
| Public Member Functions inherited from ojph::image_out_base | |
| virtual | ~image_out_base () |
Private Attributes | |
| FILE * | fh |
| const char * | fname |
| bool | is_signed |
| ui32 | bit_depth |
| ui32 | bytes_per_sample |
| si64 | lower_val |
| si64 | upper_val |
| ui32 | width |
| ui8 * | buffer |
| ui32 | buffer_size |
Definition at line 737 of file ojph_img_io.h.
|
inline |
Definition at line 740 of file ojph_img_io.h.
References bit_depth, buffer, buffer_size, bytes_per_sample, fh, fname, is_signed, lower_val, upper_val, and width.
|
virtual |
Definition at line 1610 of file ojph_img_io.cpp.
References buffer, buffer_size, and close().
|
inlinevirtual |
Reimplemented from ojph::image_out_base.
Definition at line 756 of file ojph_img_io.h.
Referenced by ~raw_out().
Definition at line 1632 of file ojph_img_io.cpp.
References bit_depth, buffer, buffer_size, bytes_per_sample, fh, is_signed, lower_val, upper_val, and width.
Referenced by main().
| void ojph::raw_out::open | ( | char * | filename | ) |
Definition at line 1622 of file ojph_img_io.cpp.
References fh, fname, and OJPH_ERROR.
Referenced by main().
Implements ojph::image_out_base.
Definition at line 1653 of file ojph_img_io.cpp.
References buffer, bytes_per_sample, fh, fname, ojph::line_buf::i32, is_signed, lower_val, OJPH_ERROR, ojph_unused, upper_val, and width.
|
private |
Definition at line 762 of file ojph_img_io.h.
Referenced by configure(), and raw_out().
|
private |
Definition at line 765 of file ojph_img_io.h.
Referenced by configure(), raw_out(), write(), and ~raw_out().
|
private |
Definition at line 766 of file ojph_img_io.h.
Referenced by configure(), raw_out(), and ~raw_out().
|
private |
Definition at line 762 of file ojph_img_io.h.
Referenced by configure(), raw_out(), and write().
|
private |
Definition at line 759 of file ojph_img_io.h.
Referenced by close(), configure(), open(), raw_out(), and write().
|
private |
|
private |
Definition at line 761 of file ojph_img_io.h.
Referenced by configure(), raw_out(), and write().
|
private |
Definition at line 763 of file ojph_img_io.h.
Referenced by configure(), raw_out(), and write().
|
private |
Definition at line 763 of file ojph_img_io.h.
Referenced by configure(), raw_out(), and write().
|
private |
Definition at line 764 of file ojph_img_io.h.
Referenced by configure(), raw_out(), and write().