Gimp-Forum.net

Full Version: How can I export all images in a GIMP project?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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.
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.
Link is broken
(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.

Both scripts are <http://sourceforge.net/projects/gimp-tools/files/scripts/ here.

(08-15-2022, 03:57 AM)sallyanne Wrote: [ -> ]Link is broken

Sallyanne, I think that unconsciously he wanted to to html tag it Big Grin
Here is the good one ➤ https://sourceforge.net/projects/gimp-to...s/scripts/
(08-15-2022, 03:57 AM)sallyanne Wrote: [ -> ]Link is broken

Fixed.
(08-14-2022, 05:59 PM)Container Wrote: [ -> ]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?

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.