Importing GIMP (XCF) images
m ({{Category|ImportArt}}) |
m (add sections) |
||
Line 7: | Line 7: | ||
{{NewTerminology}} | {{NewTerminology}} | ||
<!-- Page info end --> | <!-- Page info end --> | ||
− | + | =Introduction= | |
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 and usage= | ||
+ | You can download the [http://akhilman.googlepages.com/synfigexport.py synfigexport plugin here]. | ||
+ | |||
+ | To make it work, Gimp must support [http://python.org 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 {{literal|~/.gimp-*/plug-ins/}} and make it executable {{literal|chmod +x synfigexport.py}}, then restart gimp. | ||
The plug-in registers itself in the GIMP File menu {{c|<File>|Synfig}}. | The plug-in registers itself in the GIMP File menu {{c|<File>|Synfig}}. | ||
Line 30: | Line 36: | ||
|} | |} | ||
+ | =License= | ||
− | + | Author: IL'dar AKHmetgaleev aka AkhIL - [http://blog.akhil.ru/ blog akhil] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
This program is licensed under Creative Commons Attribution 3.0 Unported License. Distribution and updating of the code is appreciated. | This program is licensed under Creative Commons Attribution 3.0 Unported License. Distribution and updating of the code is appreciated. |
Revision as of 13:45, 19 November 2015
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 and usage
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 +x synfigexport.py", then restart gimp.
The plug-in registers itself in the GIMP File menu "<File> → Synfig".
Firstly, from Gimp, save your image.
There are export options you can choose. If the field "output path" is empty, the synfig canvas will be kept in the same directory as the initial picture.
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.