Re: [Gimp-user] Image transformation batch processing

2015-05-31 Thread JLuc
Thanks for this inspiring piece of code. JLuc Le 29/05/2015 18:32, Saul Goode a écrit : On 28/05/15 19:44, JLuc wrote: What is that for a lisp-like code ? The difficulty that arises when recursing into subdirectories is that Script-fu does not provide a means of creating subdirectories (y

Re: [Gimp-user] Image transformation batch processing

2015-05-29 Thread Saul Goode
On 28/05/15 19:44, JLuc wrote: >What is that for a lisp-like code ? The difficulty that arises when recursing into subdirectories is that Script-fu does not provide a means of creating subdirectories (yet[1]). If I were to place all of the processed files in the same output directory, identic

Re: [Gimp-user] Image transformation batch processing

2015-05-28 Thread Ofnuts
On 28/05/15 19:44, JLuc wrote: Le 26/05/2015 23:43, Saul Goode a écrit : The following code will work on GNU/Linux systems. It will only process the filesin the current directory (it will not recurse into subdirectories). What is that for a lisp-like code ? JL This is just a big Scheme sc

Re: [Gimp-user] Image transformation batch processing

2015-05-28 Thread JLuc
Le 26/05/2015 23:43, Saul Goode a écrit : The following code will work on GNU/Linux systems. It will only process the filesin the current directory (it will not recurse into subdirectories). What is that for a lisp-like code ? JL gimp -i -f -b - < factor 1) (gimp-image

Re: [Gimp-user] Image transformation batch processing

2015-05-26 Thread Saul Goode
The following code will work on GNU/Linux systems. It will only process the filesin the current directory (it will not recurse into subdirectories). gimp -i -f -b - < factor 1)     (gimp-image-scale image (/ w factor) (/ h factor))     (set! w (car (gimp-image-widt

Re: [Gimp-user] Image transformation batch processing

2015-05-11 Thread Liam R. E. Quin
On Mon, 2015-05-11 at 19:30 -0400, Kristen Sullivan wrote: > ok so I can't find the link to my thread I made so I'm lost LOL\ Bestto change the subject line at least infuture. > > OK so I have uninstalled this program and installed it AGAIN. Where exactly are you downloading GIMP from? Whic

Re: [Gimp-user] Image transformation batch processing

2015-05-11 Thread David Benfell
Quoting Pat David : Imagemagick is the more likely candidate for batch processing in this way. There are a couple of clarifications, though. I concur. Specifically, the convert tool, although you may need additional tools to identify your input and tailor the convert command accordingly.

Re: [Gimp-user] Image transformation batch processing

2015-05-11 Thread Kristen Sullivan
ok so I can't find the link to my thread I made so I'm lost LOL OK so I have uninstalled this program and installed it AGAIN. I go and open a 800X600 image and still force closes. IDK what is going on with this but I dont know what to do either. I don't know if it is easier to get help from a

[Gimp-user] Image transformation batch processing

2015-05-11 Thread lloyd_borrett
Thanks Jay. -- lloyd_borrett (via www.gimpusers.com/forums) ___ 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/archive

Re: [Gimp-user] Image transformation batch processing

2015-05-11 Thread Jay Smith
On 05/10/2015 11:45 PM, lloyd_borrett wrote: G'day, I have many directories of images, totaling more than 5000 images in total. Each image might be in a jpg, gif or png file format. I want to change all images to have a 1:1 aspect ratio, on a white background. I want no image to exceed 1000 x 10

Re: [Gimp-user] Image transformation batch processing

2015-05-11 Thread Pat David
This could possibly be done with BIMP, but it's likely not the best tool to achieve this across so many images. Imagemagick is the more likely candidate for batch processing in this way. There are a couple of clarifications, though. If an image is <1000px on any side, should the image canvas size

[Gimp-user] Image transformation batch processing

2015-05-11 Thread lloyd_borrett
G'day, I have many directories of images, totaling more than 5000 images in total. Each image might be in a jpg, gif or png file format. I want to change all images to have a 1:1 aspect ratio, on a white background. I want no image to exceed 1000 x 1000 pixels at 72 dpi. Images already within the