> The two functions, gimp_file_load_layer and layers, which I located in
> my local installation's Xtns browser are not found by perl-gimp on the
> server.  It says, " function/macro "gimp_file_load_layers" not found
> in
> Gimp"
>
> Should I give up or is there a reason it might be failing? (These are
> the only missing functions so far!)
>
> GIMP version 2.2.13
> Gimp.pm 2.0
>
> Here is how i use it:
>
> use Gimp qw(:auto );\\sub layer{
>    my $img = gimp_file_load(RUN_NONINTERACTIVE, $product, $product);
>    my $lay = gimp_file_load_layers(RUN_NONINTERACTIVE, $img, $artist);
>    gimp_layer_resize_to_image_size($lay);
> };
>
>
> Gimp::on_net(\&layer);
>
> exit main();


In by browser it says gimp-file-load-layers , gimp-file-load , and
gimp-layer-resize-to-image-size


Do you really have those two \\ in there?



Owen


_______________________________________________
Gimp-user mailing list
[email protected]
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to