Re: [Gimp-user] rounded corners on jpg image.

2006-08-14 Thread saulgoode

Quoting "John R. Culleton" <[EMAIL PROTECTED]>:


 have a jpg image that is in rectangular form. I would like to
round the corners off symmetrically to soften the shape a bit.
Which is the quickest way to to this?


The quickest way is to:

* Select all
* Perform a "Rounded rectangle" (I think you will find this on the  
"Select" menu, but on previous GIMP versions it may be under  
"Script-fu->Selection")

* Invert the selection
* Fill with a background color (JPEGs do not support transparent  
areas, therefore you have to choose a specific color for the corners)


If you would prefer to have the corners match the background of  
whereever the image is to appear (on a webpage, for example), you will  
have to use the PNG format (GIFs will work, too; but will have "ugly"  
edges). Change the last step above to:


* Perform a "Layer->Transparency->Add alpha channel" and then an "Edit->Clear"

If you *have* to use JPEG format, I would recommend that you place a  
border around your image:


* Select all
* Perform a "Rounded rectangle" (I think you will find this on the  
"Select" menu, but on previous GIMP versions it may be under  
"Script-fu->Selection")
* Create a new transparent layer. Increase this layer's boundary size  
by the amount of border you think will look good. Use the "Center"  
option when resizing the layer

* Perform an "Image->Fit canvas to layers"
* Invert the selection
* Fill with a border color



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


[Gimp-user] rounded corners on jpg image.

2006-08-14 Thread John R. Culleton
 have a jpg image that is in rectangular form. I would like to
round the corners off symmetrically to soften the shape a bit.
Which is the quickest way to to this?
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com


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


Re: [Gimp-user] Re: batch rotate scanned images

2006-08-14 Thread T F

On 8/14/06, Olivier Ripoll <[EMAIL PROTECTED]> wrote:

T F wrote:
> i'd like to scan several hundred of my 4x6 prints (photographs)
>
> in my trials, the orientations of the tiff files end up being slightly
> off, randomly, by several degrees.
>
> some need to be rotate by +2.3 degrees, others by +3.7, others by -1.2,
> etc 
>
> is there way to use gimp (or other linux software) to "automatically"
> correct the orientation? preferably by batch processing
>
> thanks in advance
>
> mike
Usually, for batch processing, the advice is to use imagemagick (or
garphicsmagick), which should be already present on your system.
http://www.imagemagick.org/script/index.php
Imagemagick is a collection of small utilities (display, mogrify,
convert, etc.). Since you probably do not want to overwrite the original
file, what you want is "convert". See the man page here
http://www.imagemagick.org/script/convert.php

The gimp solution to batch processing is David's Batch Processor:
http://members.ozemail.com.au/~hodsond/dbp.html
It should work also fine for you.



Thanks.  I'm an avid user of imagmagick.  There is no "autorotate"
feature, nor does David's.

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


[Gimp-user] script-fu

2006-08-14 Thread Jan Wuerthner

Hello all,

i am trying to do some scripting with gimp's scheme interpreter. Can anyone 
tell me how to sort a list? From the internet I found

(set! mylist '(10 3 12))
(sort mylist <)

should give (3 10 12), but I get a "batch command: experienced an execution 
error."

by the way: Is there a better way to debug such a script? The error message is 
rather uninformative...

thanks in advance,
kind regards
Jan

-- 
Jan Wuerthner
Oddernskamp 15
22529 Hamburg
[EMAIL PROTECTED]

Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Re: batch rotate scanned images

2006-08-14 Thread Olivier Ripoll

T F wrote:

i'd like to scan several hundred of my 4x6 prints (photographs)

in my trials, the orientations of the tiff files end up being slightly
off, randomly, by several degrees.

some need to be rotate by +2.3 degrees, others by +3.7, others by -1.2, 
etc 


is there way to use gimp (or other linux software) to "automatically"
correct the orientation? preferably by batch processing

thanks in advance

mike
Usually, for batch processing, the advice is to use imagemagick (or 
garphicsmagick), which should be already present on your system.

http://www.imagemagick.org/script/index.php
Imagemagick is a collection of small utilities (display, mogrify, 
convert, etc.). Since you probably do not want to overwrite the original 
file, what you want is "convert". See the man page here

http://www.imagemagick.org/script/convert.php

The gimp solution to batch processing is David's Batch Processor:
http://members.ozemail.com.au/~hodsond/dbp.html
It should work also fine for you.

Best regards,

Olivier

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