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(); Thanks again everyone! Kate _______________________________________________ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user