Re: [Gimp-user] Does GIMP have automated macro / batch processing?

2017-04-04 Thread Steve Kinney
You may also find this useful, as you are working with a Linux OS:

https://www.imagemagick.org/Usage/crop/

Imagemagick is a very versatile tool for doing repetitive operations on
images.  In your use case, it would be possible to run the program
twice, to save cropped copies of the right half of every image, then
save copies of the left half of every image.

Determining the exact commands to use takes a little digging in the
documentation, but that's way easier than learning Scheme (or so I
imagine, not having learned Scheme myself).

If your scans don't need tweaking, and your target output is a PDF
document, Imagemagick covers that in one operation:

http://www.binarytides.com/convert-pdf-image-imagemagick-commandline/

:o)


___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Does GIMP have automated macro / batch processing?

2017-04-04 Thread Kevin Payne



>Could you (or any kind-hearted individual) provide any idea or
>feedback about http://gimpchat.com ?

I would certainly recommend you post your requirement at GimpChat as there are 
a few people there who could create the script you require.


___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list