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

How to Apply an operation to ALL OPENED FILE... or how to do it simply?

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.

5 of 5 messages available
Toggle history

Please log in to manage your subscriptions.

How to Apply an operation to ALL OPENED FILE... or how to do it simply? durumdara 13 Aug 09:34
  How to Apply an operation to ALL OPENED FILE... or how to do it simply? saulgoode@flashingtwelve.brickfilms.com 13 Aug 14:22
   How to Apply an operation to ALL OPENED FILE... or how to do it simply? David Hodson 13 Aug 16:34
    How to Apply an operation to ALL OPENED FILE... or how to do it simply? saulgoode@flashingtwelve.brickfilms.com 15 Aug 03:12
     How to Apply an operation to ALL OPENED FILE... or how to do it simply? Choi, Ji-Hui 15 Aug 11:29
durumdara
2007-08-13 09:34:32 UTC (over 17 years ago)

How to Apply an operation to ALL OPENED FILE... or how to do it simply?

Hi!

I have a photo collection with 2000 photos (from phone). This is one collection, and I know that I can use "White-balance" (I don't know how to say in english, I used hungarian gimp... It is in layer/color/automatic menu: ) function on it. But very problematic to open every photo, and do it one-by-one.

Can I make a macro for this function?

Or can I use the plug-ins/*.exe for do this? How to I do it?

White-balance is the second submenu in the menu. First is "Balancing", and sixth is "Normalize".

Please help me a little, I want to advance in this job...

Thanks for it: dd

saulgoode@flashingtwelve.brickfilms.com
2007-08-13 14:22:48 UTC (over 17 years ago)

How to Apply an operation to ALL OPENED FILE... or how to do it simply?

I have a photo collection with 2000 photos (from phone). This is one collection, and I know that I can use "White-balance" (I don't know how to say in english, I used hungarian gimp... It is in layer/color/automatic menu: ) function on it. But very problematic to open every photo, and do it one-by-one.

Can I make a macro for this function?

Or can I use the plug-ins/*.exe for do this? How to I do it?

White-balance is the second submenu in the menu. First is "Balancing", and sixth is "Normalize".

If you install Dave Hodson's Batch Processor (http://members.ozemail.com.au/~hodsond/dbp.html), the AUTO LEVELS under the "Colours" tab will effectively perform an auto white balance.

David Hodson
2007-08-13 16:34:02 UTC (over 17 years ago)

How to Apply an operation to ALL OPENED FILE... or how to do it simply?

saulgoode@flashingtwelve.brickfilms.com wrote:

If you install Dave Hodson's Batch Processor (http://members.ozemail.com.au/~hodsond/dbp.html), the AUTO LEVELS under the "Colours" tab will effectively perform an auto white balance.

Actually, it calls "gimp_levels_stretch", which I think is the function under the menu item "Stretch Contrast" (but I'm not sure).

saulgoode@flashingtwelve.brickfilms.com
2007-08-15 03:12:50 UTC (over 17 years ago)

How to Apply an operation to ALL OPENED FILE... or how to do it simply?

Quoting David Hodson :

saulgoode@flashingtwelve.brickfilms.com wrote:

If you install Dave Hodson's Batch Processor (http://members.ozemail.com.au/~hodsond/dbp.html), the AUTO LEVELS under the "Colours" tab will effectively perform an auto white balance.

Actually, it calls "gimp_levels_stretch", which I think is the function under the menu item "Stretch Contrast" (but I'm not sure).

Looking at the source, it appears that "Auto->White Balance" calls "gimp_levels_stretch" while "Auto->Stretch Contrast" calls a plug-in called "c_astretch".

Choi, Ji-Hui
2007-08-15 11:29:56 UTC (over 17 years ago)

How to Apply an operation to ALL OPENED FILE... or how to do it simply?

anyone will complie this plugin for win? already there is 1.1.3 version, if someone compile 1.1.7, I'll really appreciate 'cause I tried, but failed.