Batch export all opened images in GIMP at once V3.22343567 - 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: Batch export all opened images in GIMP at once V3.22343567 (/Thread-Batch-export-all-opened-images-in-GIMP-at-once-V3-22343567) Pages:
1
2
|
RE: Batch export all opened images in GIMP at once V3.22343567 - PixLab - 01-30-2024 (01-23-2024, 12:43 PM)Krikor Wrote: Another thing is that it (the script) numbered the last open image to the first (from the rightmost image to the leftmost image on the screen). Hi Krikor, sorry I did overlooked this part I updated and changed the order, now the numbering goes starting from the left first image -> to the last right side image updated download is overthere > https://gitlab.com/_PixLab/GIMP-Export-All-Images-As Thanks for the kind words about the tutorial, finally someone who reads it and appreciates the time I spent on it RE: Batch export all opened images in GIMP at once V3.22343567 - Krikor - 02-02-2024 I just downloaded, installed and tested the current version of this script. I didn't understand the need for there to be two versions of this script inside the .zip. This may perhaps confuse some users. Now I feel like my folder (files) are better organized. Thanks for the change! ? RE: Batch export all opened images in GIMP at once V3.22343567 - PixLab - 02-03-2024 (02-02-2024, 03:57 PM)Krikor Wrote: I didn't understand the need for there to be two versions of this script inside the .zip. This may perhaps confuse some users. There is only one script, the latest, did you downloaded the .7z > https://gitlab.com/_PixLab/GIMP-Export-All-Images-As/-/blob/812dcbb1bd1bbe9a4bf191f7f689e9a0bd6dbaa6/pxl-export-all-images-as.7z ? Maybe you did download the whole thing... in this case you will have the one in the .7z and the one to show/work the code (they are the same anyway) You just need to download the pxl-export-all-images-as.7z, I made it for that very purpose => quick download without other things inside (it's a compressed file with the script and the manual inside) [attachment=11116] EDIT: On second thought you are right, this can confuse people, for sure people will download the whole thing first, I did edit the README.md with a direct link, thus now it's on the front page just below the tree, thanks Krikor, your comment was helpful! [attachment=11117] RE: Batch export all opened images in GIMP at once V3.22343567 - Krikor - 02-03-2024 My fault I never know how to navigate these gitlab screens. I clicked on the blue "Code" button, and selected the "ZIP" option. [attachment=11121]
And inside this .zip there was yet another zip (arrows in red).But I installed the option indicated by the blue arrow, so ok. [attachment=11122]
Now with Direct download things are much easier Thx! RE: Batch export all opened images in GIMP at once V3.22343567 - PixLab - 02-04-2024 (02-03-2024, 01:59 PM)Krikor Wrote: My fault No, not your fault, and you are not alone, a lot of people don't know how to navigate those git-things, and often the naming is for experienced developers, thus not meant to be "general" user friendly (even me I can get lost, but don't tell to anyone ) (02-03-2024, 01:59 PM)Krikor Wrote: Now with Direct download things are much easier Thanks to you, you opened my eyes RE: Batch export all opened images in GIMP at once V3.22343567 - geopap - 02-21-2024 Hello. Sorry if this have been asked again. Can someone help me modify the script so the image can be saved with the original name and we dont use the "input an image base name: IMAGE- ". thx. RE: Batch export all opened images in GIMP at once V3.22343567 - PixLab - 02-21-2024 (02-21-2024, 08:29 AM)geopap Wrote: Hello. Sorry if this have been asked again. Can someone help me modify the script so the image can be saved with the original name and we dont use the "input an image base name: IMAGE- ". thx. I'll look into it to add that option tomorrow or this weekend. I'll just ping here when it's ready and tested. RE: Batch export all opened images in GIMP at once V3.22343567 - Sallam - 03-05-2024 (02-21-2024, 02:49 PM)PixLab Wrote:(02-21-2024, 08:29 AM)geopap Wrote: Hello. Sorry if this have been asked again. Can someone help me modify the script so the image can be saved with the original name and we dont use the "input an image base name: IMAGE- ". thx. Hi, I was trying to find the option that image can be exported with the original name. I think this would be really useful to track image updates. Thanks very much RE: Batch export all opened images in GIMP at once V3.22343567 - PixLab - 03-06-2024 (03-05-2024, 11:30 PM)Sallam Wrote: Hi, I was trying to find the option that image can be exported with the original name. I'm delayed, I got quite busy, but looking to it and want to make a version for GIMP 3 |