Gimp-Forum.net
Export all opened images in GIMP at once - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP)
+--- Thread: Export all opened images in GIMP at once (/Thread-Export-all-opened-images-in-GIMP-at-once)

Pages: 1 2


RE: Export all opened images in GIMP at once - Zbyma72age - 07-05-2025

(07-04-2025, 05:22 PM)Orzechy Wrote:
(12-06-2023, 02:34 PM)PixLab Wrote: Co się zmieniło w stosunku do oryginału?
Dużo, naprawdę DUŻO.
Eksportuj cały obraz, a nie tylko warstwę.
Gdy już wybierzesz miejsce zapisu i typ pliku, możesz wypić kawę lub piwo, skrypt zajmie się milionem innych otwartych obrazów, a GIMP nie będzie zadawał żadnych pytań.
Brak domyślnych ustawień z GIMP-a, ponieważ wcześniej eksportowany JPG był większy od oryginału.

Teraz możesz ustawić swoje ustawienia w kodzie , skomentowałem WSZYSTKO dla > JPG, WebP, PNG i TIF

<GPLpolice>

Jeśli tak wiele się zmieniło, dlaczego nadal nazywa się to sg-save-all-open-a.scm? Prefiks sg- jest/był używany przez Saula Goode'a i identyfikował jego kod, obecny kod jest twój i powinien być identyfikowany jako taki, co najmniej przez usunięcie prefiksu sg-, a najlepiej przez zastąpienie go twoim własnym, i zmianę danych w rejestracji.

</GPLpolice>

https://gitlab.com/_PixLab/GIMP-Eksportuj-wszystkie-obrazy-jako


RE: Export all opened images in GIMP at once - rich2005 - 07-05-2025

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)


RE: Export all opened images in GIMP at once - Bookman - 07-05-2025

(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


RE: Export all opened images in GIMP at once - CmykStudent - 07-06-2025

Bookman: Hi! While I personally prefer Python for scripting, (gimp-get-images) is available in Script-fu as well. You can check the procedure browser in GIMP 3 to see its description (as well as by looking at the official scripts).


RE: Export all opened images in GIMP at once - rich2005 - 07-06-2025

(07-06-2025, 02:33 AM)CmykStudent Wrote: Bookman: Hi! While I personally prefer Python for scripting, (gimp-get-images) is available in Script-fu as well. You can check the procedure browser in GIMP 3 to see its description (as well as by looking at the official scripts).

Available in Gimp 3 ? Can you tell me where ? (edit: or the equivalent Wink )

[attachment=13676]


RE: Export all opened images in GIMP at once - MrsP-from-C - 07-06-2025

It's gimp-get-images in GIMP3: Returns the list of images currently open.


RE: Export all opened images in GIMP at once - rich2005 - 07-06-2025

(07-06-2025, 08:19 AM)MrsP-from-C Wrote: It's gimp-get-images in GIMP3: Returns the list of images currently open.

You are correct. Apologies, Sunday morning, still not with-it.


RE: Export all opened images in GIMP at once - MrsP-from-C - 07-06-2025

There is a list with before - after names here:
https://gitlab.gnome.org/GNOME/gimp/-/blob/master/devel-docs/GIMP3-plug-in-porting-guide/removed_functions.md

Maybe that helps. Not sure how complete and up-to-date it is.


RE: Export all opened images in GIMP at once - Bookman - 07-06-2025

(07-06-2025, 02:33 AM)CmykStudent Wrote: Bookman: Hi! While I personally prefer Python for scripting, (gimp-get-images) is available in Script-fu as well. You can check the procedure browser in GIMP 3 to see its description (as well as by looking at the official scripts).

Thx, ran out of time so I installed v2.88 and abandoned 3.04, used the original script which ran well. Job done!

(07-06-2025, 07:25 AM)rich2005 Wrote:
(07-06-2025, 02:33 AM)CmykStudent Wrote: Bookman: Hi! While I personally prefer Python for scripting, (gimp-get-images) is available in Script-fu as well. You can check the procedure browser in GIMP 3 to see its description (as well as by looking at the official scripts).

Available in Gimp 3 ? Can you tell me where ? (edit: or the equivalent   Wink  )

Thx, when can we see slice exporting as a standard feature of v3.x