[Gimp-user] Create layered animation from a tiled animation.

Brian Vanderburg II BrianVanderburg2 at aim.com
Tue Sep 11 13:48:35 PDT 2007


saulgoode at flashingtwelve.brickfilms.com wrote:
> Quoting Brian Vanderburg II <BrianVanderburg2 at aim.com>:
>
>   
>> Out of need I created a script and finally got it working even on 2.3.18.
>>
>> Normally an animation is either done as one layer for each frame or
>> using GIMP Animation Package one file per frame.  With the first
>> method, it is not possible to have multiple layers per frame since a
>> layer is a frame.  With the second, multiple files must be kept.  While
>> GAP is good, for simple animations it would be easier to just store
>> each frame in one image side by side.
>>     
>
> I would propose you consider modifying your script to handle the more  
> generic case of multiple rows of tiles. Your dialog would need an  
> additional entry for "Tile Height" and could provide a "Use image  
> height (ie, Single Row)" checkbox for convenience.
>
>
>
>
> _______________________________________________
> Gimp-user mailing list
> Gimp-user at lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>   
I've made those changes and more.  It supports frame width (0 for image 
width), frame height (0 for image height) frame count (0 for rows * col) 
in case there are 3x3 rows but only say 7 frames, and direction (left to 
right then top to bottom or top to bottom then left to right).

It may only work with gimp 2.3+ since it uses the function 'floor' and I 
don't know if gimp 2.2 has it.

I have attached it here if anyone is interested and I will try and 
submit it to the register.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: tile2anim.scm
Url: /lists/gimp-user/attachments/20070911/e1905b18/attachment.pl 


More information about the Gimp-user mailing list