On Sun, May 21, 2006 at 07:35:18AM -0500, John Minson wrote:
> Here is Joao S. O. Bueno  plugin which will center a layer horizontally
> and/or vertically .
> Many thanks to Joao .
> 
> 
> register(
>         "center_layer",
>         "Centers Current Layer on Canvas",
>         "enters Current Layer on Canvas",
>         "Joao S. O. Bueno",
>         "(k) All rites reversed - JS",
>         "2004",
>         "<Image>/Python-Fu/center-layer",

this line:
>         "*",
should be this:
>         "",

>         [
>           (PF_BOOL, "h_center", "Center Horizontaly", True),
>           (PF_BOOL, "v_center", "Center Vertically", True),
>         ],
>         [],
>         center_layer)
> 
> main()

> _______________________________________________
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to