Importing GIMP (XCF) images
m (→Installation and usage: update to new version) |
m (→Installation: url update) |
||
Line 10: | Line 10: | ||
To simplify the work of animating my cartoon about a mouse, a plug-in for the [http://gimp.org/ GIMP] raster editor has been written, to allow the direct exporting of multi-layered images to corresponding layers of the 2D animation package Synfig. | To simplify the work of animating my cartoon about a mouse, a plug-in for the [http://gimp.org/ GIMP] raster editor has been written, to allow the direct exporting of multi-layered images to corresponding layers of the 2D animation package Synfig. | ||
=Installation= | =Installation= | ||
− | You can download the [https://github.com/d-j-a-y/Gimp2Synfig/releases/ | + | You can download the [https://github.com/d-j-a-y/Gimp2Synfig/releases/latest synfigexport plugin here]. |
<!-- NOTA : you can use File:Synfigexport-py.txt has archive 15/11/19 in case --> | <!-- NOTA : you can use File:Synfigexport-py.txt has archive 15/11/19 in case --> |
Revision as of 11:34, 3 June 2016
Contents
Introduction
To simplify the work of animating my cartoon about a mouse, a plug-in for the GIMP raster editor has been written, to allow the direct exporting of multi-layered images to corresponding layers of the 2D animation package Synfig.
Installation
You can download the synfigexport plugin here.
To make it work, Gimp must support Python, and the most recent version of Python must be installed on your computer.
From Gnu/Linux operating system like, to install this plug-in, simply put the file in "~/.gimp-*/plug-ins/" and make it executable "chmod u+x synfigexport.py", then restart gimp.
The plug-in registers itself in the GIMP Export File dialog box "<File> → Export".
Usage
- Firstly, from Gimp, save your image.
- Open the Export (or "Export As") dialog box, select "Synfig Studio" has file type (.sifz), choose a destination folder and a name, and exports gimp document to synfig's canvas and png images.
- There are export options you can choose.
Here is the result:
Initial Gimp image | Imported into Synfig |
License
Author: IL'dar AKHmetgaleev aka AkhIL - blog akhil
This program is licensed under Creative Commons Attribution 3.0 Unported License. Distribution and updating of the code is appreciated.