|
| void | ossim::opj_error_callback (const char *msg, void *) |
| | Callback method for errors. More...
|
| |
| void | ossim::opj_warning_callback (const char *msg, void *) |
| | Callback method for warnings. More...
|
| |
| void | ossim::opj_info_callback (const char *msg, void *) |
| | Callback method for info. More...
|
| |
| bool | ossim::opj_decode (std::ifstream *in, const ossimIrect &rect, ossim_uint32 resLevel, ossim_int32 format, std::streamoff fileOffset, ossimImageData *tile) |
| |
| bool | ossim::copyOpjImage (opj_image *image, ossimImageData *tile) |
| |
| template<class T > |
| bool | ossim::copyOpjSrgbImage (T dummy, opj_image *image, ossimImageData *tile) |
| |
| ossim_int32 | ossim::getCodecFormat (std::istream *str) |
| | Gets codec format from magic number. More...
|
| |
| std::ostream & | ossim::print (std::ostream &out, const opj_codestream_info &info) |
| | Prints codestream info from openjpeg struct opj_codestream_info. More...
|
| |
| std::ostream & | ossim::print (std::ostream &out, const opj_cparameters ¶m) |
| | Prints compression parameters from openjpeg struct opj_cparameters. More...
|
| |
| std::ostream & | ossim::print (std::ostream &out, const opj_dparameters ¶m) |
| | Prints decode parameters from openjpeg struct opj_dparameters. More...
|
| |
| std::ostream & | ossim::print (std::ostream &out, const opj_image &image) |
| | Prints opj_image structure. More...
|
| |
| std::ostream & | ossim::print (std::ostream &out, const opj_image_comp &comp) |
| | Prints opj_image_comp structure. More...
|
| |
| std::string | ossim::getProgressionOrderString (ossim_int32 prog_order) |
| |