"Batch" Plug-in for Gimp?

Lukeeee1990

Suspended / Banned
Messages
821
Name
Luke
Edit My Images
Yes
Is there any plug-ins available out there whereby I can automatically re-size all my images to a certain pixel x pixel? Rather than re-sizing as a percentage?

i.e. if i'm editing say a wedding; and have cropped them to various sizes in LR; when I go to do further editing in Gimp, can I then just re-size the lot so that they're all the same size? (hope this makes sense lol)

Cheers

Luke
 
Is there any plug-ins available out there whereby I can automatically re-size all my images to a certain pixel x pixel? Rather than re-sizing as a percentage?

i.e. if i'm editing say a wedding; and have cropped them to various sizes in LR; when I go to do further editing in Gimp, can I then just re-size the lot so that they're all the same size? (hope this makes sense lol)

Cheers

Luke

In Linux, you could use ImageMagick:

for file in *.PNG; do convert $file -scale 1600x900 $file; done

Presumably there's a Windows ImageMagick GUI that will do the same.
 
Picture resize a free explorer add on just right click and choose resize, then set size.
 
Back
Top