synfig-core
1.0.3
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
modules
mod_imagemagick
mptr_imagemagick.h
Go to the documentation of this file.
1
/* === S Y N F I G ========================================================= */
25
/* === S T A R T =========================================================== */
26
27
#ifndef __SYNFIG_MPTR_IMAGEMAGICK_H
28
#define __SYNFIG_MPTR_IMAGEMAGICK_H
29
30
/* === H E A D E R S ======================================================= */
31
32
#include <
synfig/importer.h
>
33
#include <cstdio>
34
#include "
string.h
"
35
#include <
synfig/surface.h
>
36
37
/* === M A C R O S ========================================================= */
38
39
/* === T Y P E D E F S ===================================================== */
40
41
/* === C L A S S E S & S T R U C T S ======================================= */
42
43
class
imagemagick_mptr
:
public
synfig::Importer
44
{
45
SYNFIG_IMPORTER_MODULE_EXT
46
private
:
47
FILE *file;
48
int
cur_frame;
49
synfig::Surface
frame;
50
51
public
:
52
imagemagick_mptr
(
const
synfig::FileSystem::Identifier
&
identifier
);
53
54
~imagemagick_mptr
();
55
56
virtual
bool
get_frame
(
synfig::Surface
&surface,
const
synfig::RendDesc
&renddesc,
synfig::Time
time,
synfig::ProgressCallback
*callback);
57
};
58
59
/* === E N D =============================================================== */
60
61
#endif
Generated on Mon Nov 16 2015 15:33:47 for synfig-core by
1.8.1.2