synfig-core  1.0.3
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 
44 {
46 private:
47  FILE *file;
48  int cur_frame;
49  synfig::Surface frame;
50 
51 public:
53 
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