Author: Carlos Lopez <[email protected]> Date: Thu Nov 29 22:07:24 2012 +0100
Cairo Import: Initial version of add support for importers in Cairo render. Still have bugs because the image is not displayed with the correct gamma (still hardcoded) and the size and position of the loaded image is incorrect. --- synfig-core/src/modules/lyr_std/import.cpp | 36 +++-- synfig-core/src/modules/lyr_std/import.h | 3 +- synfig-core/src/modules/mod_png/Makefile.am | 4 +- synfig-core/src/modules/mod_png/main.cpp | 2 + synfig-core/src/modules/mod_png/mptr_cairo_png.cpp | 101 +++++++++++++ synfig-core/src/modules/mod_png/mptr_cairo_png.h | 65 ++++++++ synfig-core/src/synfig/Makefile.am | 2 + synfig-core/src/synfig/cairoimporter.cpp | 144 ++++++++++++++++++ synfig-core/src/synfig/cairoimporter.h | 154 ++++++++++++++++++++ synfig-core/src/synfig/main.cpp | 14 ++ synfig-core/src/synfig/module.h | 6 + synfig-core/src/tool/main.cpp | 1 + 12 files changed, 513 insertions(+), 19 deletions(-) Diff: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commitdiff;h=b9c5258ea686b9a1a1dc3d55f2941a297f3155f2 ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: VERIFY Test and improve your parallel project with help from experts and peers. http://goparallel.sourceforge.net _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
