RSS/Atom feed Twitter
Site is read-only, email is disabled

thumb generation: mixing automatic and interactive

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

thumb generation: mixing automatic and interactive Irek Szczesniak 09 Feb 21:12
Irek Szczesniak
2009-02-09 21:12:39 UTC (almost 16 years ago)

thumb generation: mixing automatic and interactive

Hi,

I have a large number of images of various sizes, and I need to create their thumbnails of size 100x100. So I want to run GIMP for every JPEG image:

for i in *.jpg; do gimp $i; done

For every image I want to: 1. open the "Set Image Canvas Size" dialog box, 2. unlock the aspect ratio for Canvas Size, 3. set the width to 200,
4. set the height to 200,
5. lock the aspect ratio for Canvas Size, 6. ask GIMP to give me control, so that I can: * move the selection box around, * change the selection box size, * click "Resize",
7. scale the image to 100x100,
8. save the image,
9. quit.

I think I'll have to use the batch mode, but can I ask GIMP to pass me control to perform step #6?

Thanks, Irek