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

Command line scripting to perform auto level and resize?

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.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Command line scripting to perform auto level and resize? roger 29 Aug 00:42
  Command line scripting to perform auto level and resize? Sven Neumann 29 Aug 10:39
roger
2004-08-29 00:42:21 UTC (over 19 years ago)

Command line scripting to perform auto level and resize?

I would like to know if there is a way, method to do the following (in order):

1) colors > levels > auto level 2) resize to 800x600

I'm performing this task on a batch of photos prior to publishing to my website.

Should I stick with gimp (2.0) or would Imagemagick "convert -level" provide an optional method?

I'm also researching: http://www.ozemail.com.au/~hodsond/dbpSrc-26-Aug-2004.tgz

... I would tho, prefer to stick with command line processing as I'm working with many many photos! ...the less overhead, the better!!

Sven Neumann
2004-08-29 10:39:47 UTC (over 19 years ago)

Command line scripting to perform auto level and resize?

Hi,

roger writes:

I would like to know if there is a way, method to do the following (in order):

1) colors > levels > auto level 2) resize to 800x600

I'm performing this task on a batch of photos prior to publishing to my website.

Should I stick with gimp (2.0) or would Imagemagick "convert -level" provide an optional method?

You can write yourself a simple script in Script-Fu, Perl or Python and call that from the command-line as explained in http://adrian.gimp.org/batch/batch.html. This tutorial is rather old but still valid in most points.

Sven