Difference between revisions of "Doc:Gimp2synfig/it"
(Created page with "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-layer...") |
m |
||
Line 1: | Line 1: | ||
− | + | Per semplificare il lavoro di animazione di un cartone di un topo, è stato scritto un plug-in per [http://gimp.org/ GIMP] che edita immagini a mappe di punti(bitmap), to allow the direct exporting of multi-layered images to corresponding layers of the 2D animation package Synfig. | |
The plug-in registers itself in the GIMP image menu <image>-> File-> Export-> Synfig. | The plug-in registers itself in the GIMP image menu <image>-> File-> Export-> Synfig. |
Revision as of 16:52, 30 August 2011
Warning! This page contains outdated information. The release of Synfig Studio 0.64.0 introduced new terminology and this translated page needs to be updated according to original English text. You can help updating this page - see instructions here. Thank you! |
Per semplificare il lavoro di animazione di un cartone di un topo, è stato scritto un plug-in per GIMP che edita immagini a mappe di punti(bitmap), to allow the direct exporting of multi-layered images to corresponding layers of the 2D animation package Synfig.
The plug-in registers itself in the GIMP image menu <image>-> File-> Export-> Synfig.
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:
On the left you can see the initial image in Gimp, and on the right the same image imported into Synfig.
After adding a scale layer, the images cannot be distinguished.
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.
To install this plug-in, simply put the file in ~/.gimp-*/plug-ins/ and make it executable (chmod +x synfigexport.py), then restart gimp.
This program is licensed under Creative Commons Attribution 3.0 Unported License. Distribution and updating of the code is appreciated.