Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Export all opened images in GIMP at once
#11
(Yesterday, 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-Eksportu...brazy-jako
Reply
#12
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)
Reply
#13
(7 hours ago)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
Reply


Forum Jump: