[Gimp-user] script-autocrop

2009-06-01 Thread Adam
This should help

   FULLPATH = C:\Program Files\GIMP-2.0\bin\gimp-2.6.exe
arguments = -b (ajl-script-fu-lineify-batch 
\C:\\temp\\convert\\*.jpg\ 8 4 4 2) ' + (gimp-quit 0)
arguments = -b (ajl-script-fu-autocrop-batch 
\C:\\temp\\TM1\\Test\\*.jpg\) ' + (gimp-quit 0)

runfolder = C:\Program Files\GIMP-2.0\bin\
retval = ShellExecute(0, open, FULLPATH, arguments, _
runfolder, 1)


Cheers

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


[Gimp-user] Commercial Use of GIMP

2009-06-01 Thread Cilengir, Erika
Hello,
 
Is GIMP available for commercial use?  If so, is there a cost to use it?
Thanks.
 
Best Regards,
 
Erika Cilengir
Regional Technology Analyst
AXA-Equitable / Information Technology
11845 W. Olympic Blvd., Suite 1100
Los Angeles, CA  90064
Office: 310.231.7714
Email: erika.cilen...@axa-equitable.com
 
 AXA redefining / standardshttp://comload.axa.com/logo_gauche.jpg 

P Please consider the environment before printing this e-mail.

 
**

Confidentiality Note: This message and any attachments 
may contain legally privileged and/or confidential information. 
Any unauthorized disclosure, use or dissemination of this e-mail 
message or its contents, either in whole or in part, is prohibited. 
If you are not the intended recipient of this e-mail message, 
kindly notify the sender and then destroy it.

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


Re: [Gimp-user] Commercial Use of GIMP

2009-06-01 Thread Michael J. Hammel
On Mon, 2009-06-01 at 11:57 -0400, Cilengir, Erika wrote:

 Is GIMP available for commercial use?  If so, is there a cost to use
 it?  Thanks.

GIMP is free to use to create commercial artwork.  There is no cost to
use it.  Some vendors might attempt to sell you a CD with GIMP on it.
This is not illegal, technically, but there is no reason you should pay
for it.  You can get GIMP free for use on Linux/Unix, Windows and Macs.
If you're not sure where to get it, feel free to ask here.  Please
mention the operating system you will use with GIMP.

The GIMP license (known as the GPL) is more importantly attached to the
program itself and how it can be redistributed.  The license is designed
to make sure everyone has free access to the actual source code if they
want it.

-- 
Michael J. HammelPrincipal Software Engineer
mjham...@graphics-muse.org   http://graphics-muse.org
--
This employee is depriving a village somewhere of an idiot. -- From a real 
employee performance evaluation.

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


Re: [Gimp-user] Commercial Use of GIMP

2009-06-01 Thread Cilengir, Erika
Thanks, Michael! 


Best Regards,
 
Erika Cilengir
Regional Technology Analyst
AXA-Equitable / Information Technology
11845 W. Olympic Blvd., Suite 1100
Los Angeles, CA  90064
Office: 310.231.7714
Email: erika.cilen...@axa-equitable.com
 
 AXA redefining / standards

P Please consider the environment before printing this e-mail.


-Original Message-
From: Michael J. Hammel [mailto:mjham...@graphics-muse.org] 
Sent: Monday, June 01, 2009 9:22 AM
To: Cilengir, Erika
Cc: gimp-user@lists.XCF.Berkeley.EDU
Subject: Re: [Gimp-user] Commercial Use of GIMP

On Mon, 2009-06-01 at 11:57 -0400, Cilengir, Erika wrote:

 Is GIMP available for commercial use?  If so, is there a cost to use 
 it?  Thanks.

GIMP is free to use to create commercial artwork.  There is no cost to
use it.  Some vendors might attempt to sell you a CD with GIMP on it.
This is not illegal, technically, but there is no reason you should pay
for it.  You can get GIMP free for use on Linux/Unix, Windows and Macs.
If you're not sure where to get it, feel free to ask here.  Please
mention the operating system you will use with GIMP.

The GIMP license (known as the GPL) is more importantly attached to the
program itself and how it can be redistributed.  The license is designed
to make sure everyone has free access to the actual source code if they
want it.

-- 
Michael J. HammelPrincipal Software
Engineer
mjham...@graphics-muse.org
http://graphics-muse.org

--
This employee is depriving a village somewhere of an idiot. -- From a
real employee performance evaluation.

**

Confidentiality Note: This message and any attachments 
may contain legally privileged and/or confidential information. 
Any unauthorized disclosure, use or dissemination of this e-mail 
message or its contents, either in whole or in part, is prohibited. 
If you are not the intended recipient of this e-mail message, 
kindly notify the sender and then destroy it.

**

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


Re: [Gimp-user] Applying large blur only to selection

2009-06-01 Thread Sven Neumann
Hi,

On Sun, 2009-05-31 at 08:12 -0500, Leonard Evens wrote:
 
  Copy your selection, paste it to a new layer and blur that layer. Does
  that give the desired result?
 
 I don't believe so.   I tried it.   It still used pixels outside the
 selection in computing the new pixel values in the desired region.  In
 this case, those values were zero, so that lightened the region at the
 edges.

Zeros would not lighten the edges, but darken them. What Blur did you
use at all?


Sven


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


Re: [Gimp-user] Applying large blur only to selection

2009-06-01 Thread Leonard Evens
On Mon, 2009-06-01 at 19:25 +0200, Sven Neumann wrote:
 Hi,
 
 On Sun, 2009-05-31 at 08:12 -0500, Leonard Evens wrote:
  
   Copy your selection, paste it to a new layer and blur that layer. Does
   that give the desired result?
  
  I don't believe so.   I tried it.   It still used pixels outside the
  selection in computing the new pixel values in the desired region.  In
  this case, those values were zero, so that lightened the region at the
  edges.
 
 Zeros would not lighten the edges, but darken them. What Blur did you
 use at all?

Of course you are right.  My problem was that I copied the selection
into a new layer with transparency as the fill type.   I don't really
understand what happened, but it appears the transparency was being
averaged, so after the gaussian blur, the selection in the new layer
appeared to fade out at the edges, thus looking lighter.  I don't use
transparency controls much, so I will have to reeducate myself in the
subject to understand what happened.   

I've tried it again, using white as the fill type.  This time the
selection got whiter near the edges.  That is not what I want.

Maybe there is some way to do this to get it right, but as of yet I
don't know what  it might be.
 
 
 Sven
 
-- 
Leonard Evens l...@math.northwestern.edu
Mathematics Department, Northwestern University

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


Re: [Gimp-user] Commercial Use of GIMP

2009-06-01 Thread Leon Brooks
On Monday 01 June 2009 23:57:48 Cilengir, Erika wrote:
 Is GIMP available for commercial use?

Erika, GIMP is available for practically any use. Free
as in $.

Unlike (for example) PhotoShop, you can change GIMP if
you like so that it looks or acts more usefully for your
purposes. Free as in not imprisoned.

GIMP doesn't mind if you frown or lie to it. It isn't
subject to control-freaks (immune to Passive-Aggressive
Personality Disorder). Free as in freedom of choice.

Cheers; Leon

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


[Gimp-user] i need help

2009-06-01 Thread Bigjnlilg1a
can you bend photos like to make it look like it is in a book  ?
**An Excellent Credit Score is 750. See Yours in Just 2 Easy 
Steps! 
(http://pr.atwola.com/promoclk/100126575x1222377040x1201454360/aol?redir=http://www.freecreditreport.com/pm/default.aspx?sc=668072hmpgID=62bcd=Jun
eExcfooterNO62)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user