|
synfig-core
1.0.3
|
ppm Target Module More...
#include <ETL/stringf>#include "mptr_imagemagick.h"#include <cstdio>#include <sys/types.h>#include <unistd.h>#include <algorithm>#include <functional>#include <synfig/general.h>#include <synfig/filesystemnative.h>Macros | |
| #define | WIN32_PIPE_TO_PROCESSES |
Functions | |
| SYNFIG_IMPORTER_INIT (imagemagick_mptr) | |
| SYNFIG_IMPORTER_SET_NAME (imagemagick_mptr,"imagemagick") | |
| SYNFIG_IMPORTER_SET_EXT (imagemagick_mptr,"miff") | |
| SYNFIG_IMPORTER_SET_VERSION (imagemagick_mptr,"0.1") | |
| SYNFIG_IMPORTER_SET_CVS_ID (imagemagick_mptr,"$Id$") | |
| SYNFIG_IMPORTER_SET_SUPPORTS_FILE_SYSTEM_WRAPPER (imagemagick_mptr, false) | |
ppm Target Module
$Id$
=== N O T E S ===========================================================
| #define WIN32_PIPE_TO_PROCESSES |
| SYNFIG_IMPORTER_INIT | ( | imagemagick_mptr | ) |
| SYNFIG_IMPORTER_SET_NAME | ( | imagemagick_mptr | , |
| "imagemagick" | |||
| ) |
| SYNFIG_IMPORTER_SET_EXT | ( | imagemagick_mptr | , |
| "miff" | |||
| ) |
| SYNFIG_IMPORTER_SET_VERSION | ( | imagemagick_mptr | , |
| "0.1" | |||
| ) |
| SYNFIG_IMPORTER_SET_CVS_ID | ( | imagemagick_mptr | , |
| "$Id$" | |||
| ) |
| SYNFIG_IMPORTER_SET_SUPPORTS_FILE_SYSTEM_WRAPPER | ( | imagemagick_mptr | , |
| false | |||
| ) |
1.8.1.2