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

Another question about batch processing in GIMP...

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.

4 of 5 messages available
Toggle history

Please log in to manage your subscriptions.

Another question about batch processing in GIMP... Ken Warner 30 Mar 02:03
  Another question about batch processing in GIMP... David Gowers 30 Mar 02:47
   Another question about batch processing in GIMP... Ken Warner 30 Mar 04:15
mailman.242292.1238379230.1... 07 Oct 20:19
  Another question about batch processing in GIMP... Catherine Jones 30 Mar 04:49
Ken Warner
2009-03-30 02:03:46 UTC (almost 16 years ago)

Another question about batch processing in GIMP...

I want to use Filters -> Distorts -> Lens Distortion on sets of up to 24 images of a panorama. They are all the same size and format but suffer from a little mustache distortion.

Lens Distortion can actually undue that kind of distortion if applied carefully. But I shoot a lot of panos and I don't want to do hundreds of images one at a time.

I know about Davids Batch Processor but that nice tool isn't extendable as far as I know. If it is extendable so that I could add Lens Distortion to its quiver, that would work.

How would I do batch processing using Lens Distortion?

Does anyone have any suggestions other than to spend 3 months learning Scheme?

David Gowers
2009-03-30 02:47:59 UTC (almost 16 years ago)

Another question about batch processing in GIMP...

Hi Ken!

On Mon, Mar 30, 2009 at 10:33 AM, Ken Warner wrote:

I want to use Filters -> Distorts -> Lens Distortion on sets of up to 24 images of a panorama.  They are all the same size and format but suffer from a little mustache distortion.

Lens Distortion can actually undue that kind of distortion if applied carefully.  But I shoot a lot of panos and I don't want to do hundreds of images one at a time.

I know about Davids Batch Processor but that nice tool isn't extendable as far as I know.  If it is extendable so that I could add Lens Distortion to its quiver, that would work.

How would I do batch processing using Lens Distortion?

Have you investigated G'MIC plugin? it seems to explicitly support multiple image processing.

Does anyone have any suggestions other than to spend 3 months learning Scheme?

Well, I do not recommend script-fu to anyone; If you were doing something like that, it would be smarter to use Python.

David

Ken Warner
2009-03-30 04:15:35 UTC (almost 16 years ago)

Another question about batch processing in GIMP...

Hey David,

No, I haven't looked at G'MIC. I will. Doing panoramas one has to do exactly the same thing to a set of images. I'm sure you know that. Really hard to do stuff like that in GIMP. Seems a weakness. But otherwise -- I love the GIMP. I wish I had a Wilber hat.

Ken

David Gowers wrote:

Hi Ken!

On Mon, Mar 30, 2009 at 10:33 AM, Ken Warner wrote:

I want to use Filters -> Distorts -> Lens Distortion on sets of up to 24 images of a panorama. They are all the same size and format but suffer from a little mustache distortion.

Lens Distortion can actually undue that kind of distortion if applied carefully. But I shoot a lot of panos and I don't want to do hundreds of images one at a time.

I know about Davids Batch Processor but that nice tool isn't extendable as far as I know. If it is extendable so that I could add Lens Distortion to its quiver, that would work.

How would I do batch processing using Lens Distortion?

Have you investigated G'MIC plugin? it seems to explicitly support multiple image processing.

Does anyone have any suggestions other than to spend 3 months learning Scheme?

Well, I do not recommend script-fu to anyone; If you were doing something like that, it would be smarter to use Python.

David

Catherine Jones
2009-03-30 04:49:34 UTC (almost 16 years ago)

Another question about batch processing in GIMP...

There's also an example (using plug-in-unsharp-mask instead of plug-in-lens-distortion) of applying applying a filter to multiple files in batch mode in the online documentation.

Look for the section headed "Processing several files" at

http://www.gimp.org/tutorials/Basic_Batch/ (or just hunt on that page for "file-glob").

It's a complete example; you can copy it (substituting the lens distortion filter for the unsharp mask filter) without really knowing Scheme.

Catherine