07-05-2025, 07:55 PM
(07-05-2025, 01:16 PM)rich2005 Wrote: well....the scripts from PixLab are now called
pxl-export-all-images-as-gimp-3.scm and pxl-export-all-images-as.scm
....neither will work in Gimp 3 , which is missing procedures such as (gimp-image-list)
PixLab changed this, PixLab GIMP Export All Images As - Direct Download and Guide
they now use a script called: gimp3-pxl-export-all-images-as.scm
but I cant get it to work on 3.04 when placed in the user scripts folder:
C:\Users\Username\AppData\Roaming\GIMP\3.0\scripts
Last menu entry under Filters is Development/Script-Fu/Start Server and /Script-Fu Console. Server not running then?
I don't think scripting works like it used to, now needs to be Python based using the new GIMP API which has gimp.get_images() which is not available under the Script-Fu scheme