#include "mmstools/mmstafffile.h"#include "mmstools/tools.h"#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <libxml/parser.h>#include <libxml/tree.h>#include <cstring>#include <iostream>#include <png.h>#include <csetjmp>#include <jpeglib.h>#include <tiffio.h>

Go to the source code of this file.
Classes | |
| struct | JPEGErrorManager |
Functions | |
| void | MMSTaff_read_png_data_callback (png_structp png_ptr, png_bytep data, png_size_t length) |
| METHODDEF (void) JPEGErrorExit(j_common_ptr cinfo) | |
Variables | |
| TAFF_ATTRDESC | MMSTAFF_IMAGE_RAWIMAGE_ATTR_I [] = MMSTAFF_IMAGE_RAWIMAGE_ATTR_INIT |
| TAFF_TAGTABLE | mmstaff_image_taff_tagtable [] |
| TAFF_DESCRIPTION | mmstaff_image_taff_description = { "mmstaff_image", 4, mmstaff_image_taff_tagtable } |
| METHODDEF | ( | void | ) |
Definition at line 546 of file mmstafffile.cpp.
| void MMSTaff_read_png_data_callback | ( | png_structp | png_ptr, | |
| png_bytep | data, | |||
| png_size_t | length | |||
| ) |
Definition at line 355 of file mmstafffile.cpp.
| TAFF_ATTRDESC MMSTAFF_IMAGE_RAWIMAGE_ATTR_I[] = MMSTAFF_IMAGE_RAWIMAGE_ATTR_INIT |
Definition at line 1946 of file mmstafffile.cpp.
| TAFF_DESCRIPTION mmstaff_image_taff_description = { "mmstaff_image", 4, mmstaff_image_taff_tagtable } |
Definition at line 1953 of file mmstafffile.cpp.
Initial value:
{
{ "rawimage", NULL, NULL, MMSTAFF_IMAGE_RAWIMAGE_ATTR_I },
{ NULL, NULL, NULL, NULL }
}
Definition at line 1948 of file mmstafffile.cpp.