Re: [Gimp-user] plugin to tile layers?

2012-11-22 Thread Rob Antonishen
Hi Cedric-

http://ffaat.poweredbyclear.com/incoming/scripts/tile-layers.scm

This is a script that will take all the layers and tile them based on
provided parameters.  You should make sure each layer and the image are the
same size to start and it will create a new image.  If you need them all in
a column, pick the "Specify Across" option and set the value to "1"

-Rob A.


On Thu, Nov 22, 2012 at 9:40 AM, Cédric Bertolini <
bertolini.ced...@gmail.com> wrote:

> Hi
>
> I have an image with 85 layers, let's say they are all 100x100 pixels.
>
> The layers are all aligned on the top and left borders of the canvas.
>
> The canvas is 100 pixels wide and 8500 pixels tall.
>
> I want to put the first layer on the top of the canvas, then the second
> layer with its top border aligned with the bottom border of the first
> layer. Then the third layer just below the second one, etc. So that all 85
> layers are spread on the full height of the canvas.
>
> Actually, some layers are less than 100 pixels tall. I still want the
> layers to be one next to the other. So if my first layer is 60 pixels
> tall, the second layer must be moved at 0,60 in the canvas. And if the
> second one is 90 pixels tall, the third one must me moved at 0,150.
>
> How can I do that? Is there a plugin? It doesn't seem very hard to code in
> Scheme, could someone help me code it?
>
> regards
> Cedric
>
>
> ___
> gimp-user-list mailing list
> gimp-user-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gimp-user-list
>
>
___
gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list


[Gimp-user] plugin to tile layers?

2012-11-22 Thread Cédric Bertolini
Hi

I have an image with 85 layers, let's say they are all 100x100 pixels.

The layers are all aligned on the top and left borders of the canvas.

The canvas is 100 pixels wide and 8500 pixels tall.

I want to put the first layer on the top of the canvas, then the second
layer with its top border aligned with the bottom border of the first
layer. Then the third layer just below the second one, etc. So that all 85
layers are spread on the full height of the canvas.

Actually, some layers are less than 100 pixels tall. I still want the
layers to be one next to the other. So if my first layer is 60 pixels tall,
the second layer must be moved at 0,60 in the canvas. And if the second one
is 90 pixels tall, the third one must me moved at 0,150.

How can I do that? Is there a plugin? It doesn't seem very hard to code in
Scheme, could someone help me code it?

regards
Cedric
___
gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list