How can I export all images in a GIMP project? - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions) +--- Thread: How can I export all images in a GIMP project? (/Thread-How-can-I-export-all-images-in-a-GIMP-project) |
How can I export all images in a GIMP project? - Container - 08-14-2022 Hello, I have split an image with guides and now have quite a few images. I would like to export all of them, but then I would have to click on export for each image. Is there a better way? RE: How can I export all images in a GIMP project? - rich2005 - 08-14-2022 Various plugins and scripts for this. Here are two for Windows users. Unzip the attachment guillotine_into_layers.exe goes in C:\Users\"yourname"\AppData\Roaming\GIMP\2.10\plug-ins and export-layers-plus.scm goes in C:\Users\"yourname"\AppData\Roaming\GIMP\2.10\scripts. Find guillotine in Image -> Transform and export layers in File -> Export Layers one minute example: https://i.imgur.com/BrHHOAI.mp4 or (and I just check this script still works) unzip sg-save-all.scm and put in your Gimp scripts folder. Divide up your image as individual images with Image -> Slice using guides. Run Tools -> Save All. RE: How can I export all images in a GIMP project? - Ofnuts - 08-14-2022 Alternate way: once you have set up the guides, use ofn-guillotine-layers to split the layer into more layers, and the ofn-export-layers to export the resulting layers. Both scripts are here. RE: How can I export all images in a GIMP project? - sallyanne - 08-15-2022 Link is broken RE: How can I export all images in a GIMP project? - PixLab - 08-15-2022 (08-14-2022, 07:20 PM)Ofnuts Wrote: Alternate way: once you have set up the guides, use ofn-guillotine-layers to split the layer into more layers, and the ofn-export-layers to export the resulting layers. (08-15-2022, 03:57 AM)sallyanne Wrote: Link is broken Sallyanne, I think that unconsciously he wanted to to html tag it Here is the good one ➤ https://sourceforge.net/projects/gimp-tools/files/scripts/ RE: How can I export all images in a GIMP project? - Ofnuts - 08-15-2022 (08-15-2022, 03:57 AM)sallyanne Wrote: Link is broken Fixed. RE: How can I export all images in a GIMP project? - raquelm - 08-03-2023 (08-14-2022, 05:59 PM)Container Wrote: Hello, This can be achieved without additional scripts or plugins. Add guides to the image, then use Filters > Web > Slice. This will slice and export all images created with the guides to a folder. Then you can just delete any images created by the guides that you don't want to keep. |