[Gimp-user] Presenting GIMP on Chemnitz' Linux Days. Call for Helpers(Presenters)

2007-12-17 Thread Sebastian Laube
hey!
i wanted to announce that i'm still searching some folks for presenting the 
gimp on the chemnitz' linux days in march 2008!
chemnitz is in south-east germany.
i'm looking for advanced users or developers, preferedly from germany.
there are waiting 2 days of sitting 'round and answering questions and doing 1 
or 2 workshops.
there will be approx 3000 visitors...
i belive that traveling coast will be indemnified.
food and housing by organzizer.

you will just need your laptop or pc.
if there are give-aways or some stuff to sell, tell me...

http://linux-tage.de

hope my english is not too bad and someone is interested
sebastian

Am Sun, 16 Dec 2007 13:48:51 +0100
Sven Neumann <[EMAIL PROTECTED]> babbelte:

> Hi,
> 
> as announced earlier, some GIMP developers are going to meet at the 24th
> Chaos Communication Congress (24C3) http://events.ccc.de/congress/2007/
> 
> We already discussed that travel costs for such events should be
> reimbursed from GIMP donation money. For this event, I would like to
> transfer EUR 1000 from the GIMP account. We would use that money mainly
> for travel costs. Should something be left, we will spend it on pizza.
> Does anyone see a problem with that? Please object now or never...
> 
> 
> Sven
> 
> 
> ___
> Gimp-developer mailing list
> [EMAIL PROTECTED]
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


--
Sebastian Laube
http://blog.emuman.org
http://emuman.org
icq 150923421
jabber: [EMAIL PROTECTED]
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Script-Fu needed: apply Auto-White-Balance on all images...

2007-12-17 Thread Kevin Cozens
[EMAIL PROTECTED] wrote:
> I needed a script-fu routine that apply Auto-White-Balance on all OPENED 
> images...
> Like the Save-All script-fu that provided by an user in this list.
> 
> I don't wanna use outer tool, because sometimes the Auto-White-Balance 
> is makes wrong result.

By "outer tool" I assume you are referring to the menu item. The difference 
between the menu item and using the function from a script is the script 
callable version allows you to specify whether it should use adjust based on 
shadow, mid-tones, or hightlights. The menu item doesn't give you a choice. It 
just uses whatever it has as its default settings.

You could easily modify the Save All script to do what you want. The main 
change involves replacing the call to gimp-file-save with a call to 
gimp-color-balance with the parameters you want to use. You also want to 
change the name of the script from script-fu-save-all-images to something more 
appropriate, and edit the register block to put the script under 
/Colors/Auto.

There are several scripts (ie. chrome-it.scm) which are shipped with GIMP that 
make a call to gimp-color-balance if you are unsure about the parameters you 
need to pass.

-- 
Cheers!

Kevin.

http://www.ve3syb.ca/   |"What are we going to do today, Borg?"
Owner of Elecraft K2 #2172  |"Same thing we always do, Pinkutus:
 |  Try to assimilate the world!"
#include  |  -Pinkutus & the Borg
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Script-Fu needed: apply Auto-White-Balance on all images...

2007-12-17 Thread [EMAIL PROTECTED]
Hi!

I needed a script-fu routine that apply Auto-White-Balance on all OPENED 
images...
Like the Save-All script-fu that provided by an user in this list.

I don't wanna use outer tool, because sometimes the Auto-White-Balance 
is makes wrong result.

So, I wanna work like this:

1.) I open 20-50 images.
2.) I start the script that use AWB on images.
3.) I see the images, and check them all one by one. If the AWB is 
making wrong result, I correct it.
4.) I click on Save All.
5.) I click on Close All.

This will very simplify the work with my photos.


(I tried to find same effect (AWB) in Photoshop CS 2, but I not found it.
But it is possible that I was too tired... I think that PS is 
programmable too. But first I wanna solve this problem with GIMP, if 
possible...)

Thanks for your help:
dd

___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] ANNOUNCE: GIMP 2.4.3

2007-12-17 Thread Sven Neumann
GIMP 2.4.3 is another bug-fix release in the stable 2.4 series. The
source code can be downloaded from ftp.gimp.org. Binary packages are
expected to become available over the next days.

Changes in GIMP 2.4.3
=

- avoid filename encoding problems in the WMF import plug-in (bug #499329)
- fixed horizontal flipping of linked layers (bug #499161)
- raised the priority of the display idle renderer to improve performance
  on Win32 (bug #499150)
- fixed a missing update in the Lighting plug-in UI (bug #500317)
- fixed a potential crash in the projection code (bug #500178)
- fixed a minor Makefile issue (bug #500826)
- removed some pointless warnings from the JPEG and TIFF load plug-ins
- fixed size calculation for the image size warning dialog (bug #329468)
- fixed loading of tool options for the rectangle tools (bug #498948)
- push/pop a context in the Fog filter
- fixed potential crashes in the Python binding
- corrected grid drawing with non-integer spacing (bug #502374)
- fixed grid snapping for coordinates less than the grid offset
- made the healing brush work properly when dragged (bug #492575)
- update tool state when a device change happens (bug #493176)
- improved validation of strings sent over the wire (bug #498207)
- fixed integer check in Script-Fu (bug #498207)
- fixed potential out-of-memory problem in Script-Fu
- fixed compilation on msys/mingw (bug #503124)
- fixed localisation of Python plug-ins on Win32 (bug #502506)
- translation updates (ca, cs, de, gl, it, ko, lt, sv, uk)


Contributors:

   Jesper de Jong, Bill Skaggs, Michael Natterer, Sven Neumann,
   Martin Nordholts, Kevin Cozens, Tor Lillqvist.


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user