|
synfig-core
1.0.3
|
ppm Target Module More...
#include "mptr_jpeg.h"#include <synfig/importer.h>#include <synfig/time.h>#include <synfig/general.h>#include <cstdio>#include <algorithm>#include <functional>#include <sstream>Macros | |
| #define | JPEG_CHECK_BYTES 8 |
Typedefs | |
| typedef struct my_error_mgr * | my_error_ptr |
Functions | |
| SYNFIG_IMPORTER_INIT (jpeg_mptr) | |
| SYNFIG_IMPORTER_SET_NAME (jpeg_mptr,"jpeg") | |
| SYNFIG_IMPORTER_SET_EXT (jpeg_mptr,"jpg") | |
| SYNFIG_IMPORTER_SET_VERSION (jpeg_mptr,"0.1") | |
| SYNFIG_IMPORTER_SET_CVS_ID (jpeg_mptr,"$Id$") | |
| SYNFIG_IMPORTER_SET_SUPPORTS_FILE_SYSTEM_WRAPPER (jpeg_mptr, false) | |
ppm Target Module
$Id$
=== N O T E S ===========================================================
| #define JPEG_CHECK_BYTES 8 |
| typedef struct my_error_mgr* my_error_ptr |
| SYNFIG_IMPORTER_INIT | ( | jpeg_mptr | ) |
| SYNFIG_IMPORTER_SET_NAME | ( | jpeg_mptr | , |
| "jpeg" | |||
| ) |
| SYNFIG_IMPORTER_SET_EXT | ( | jpeg_mptr | , |
| "jpg" | |||
| ) |
| SYNFIG_IMPORTER_SET_VERSION | ( | jpeg_mptr | , |
| "0.1" | |||
| ) |
| SYNFIG_IMPORTER_SET_CVS_ID | ( | jpeg_mptr | , |
| "$Id$" | |||
| ) |
| SYNFIG_IMPORTER_SET_SUPPORTS_FILE_SYSTEM_WRAPPER | ( | jpeg_mptr | , |
| false | |||
| ) |
1.8.1.2