Re: Batch Image Processing

2000-07-06 Thread Marc Lehmann
On Wed, Jul 05, 2000 at 07:10:47PM -0600, Steve Hitchner [EMAIL PROTECTED] wrote: are in TIFF format, I want to open them, resize them, from 2048X2668 pixels to 115X150 and save (same filename different extension) them as a medium quality JPEG thumbnail. I would prefer to somehow create a

Re: Batch Image Processing

2000-07-06 Thread Stephan Henningsen
man convert -- -Stephan / / http://linux.e.iha.dk/~stephan

Round selection (again)

2000-07-06 Thread Thomas Stolt
Ok, I just don't get it, I am still struggling with the basics of ScriptFu. Please look into the attached script, all I am trying to do is this: Create a box, transparent Select all Round selection This works perfectly simple and easy manually, but I cannot convince ScriptFu of that. Neither

CMYK support

2000-07-06 Thread Suraj.co.in
Hi Is there any patch available for gimp 1.1.1 for CMYK support in TIFFs? -Suraj __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com

RE: Batch Image Processing

2000-07-06 Thread Steve Hitchner
Just wanted to thank everyone for their responses to my batch processing question. I was able to write a very simple perl script using the tifftopnm/pnmscale/pnmtopng commands. Thanks again for all your help. cheers steve

Re: Round selection (again)

2000-07-06 Thread Hago Ziegler
Hi Thomas, .. (define (script-fu-text-test inHeight inWidth ) (let* ( (theImage (car (gimp-image-new inWidth inHeight RGB))) (theLayer (car (gimp-layer-new theImage inWidth inHeight RGBA_IMAGE "Layer 1" 100 NORMAL))) ) (gimp-image-add-layer

Re: Round selection (again)

2000-07-06 Thread Hago Ziegler
Hi Thomas, I still changed it a little. With the first one I had to restart Gimp to use it twice, with "set!" instead of "let*" this is not necessary. Hago ... (define (script-fu-text-test inHeight inWidth ) (set! theImage (car (gimp-image-new inWidth inHeight RGB)))

Re: CMYK support

2000-07-06 Thread Guillermo S. Romero / Familia Romero
Is there any patch available for gimp 1.1.1 for CMYK support in TIFFs? 1.1.1 is pretty old. Current is 24, even Helix GNOME ships 22. About CMYK, I suppose it must be first supported in the libtiff code, a thing I do not know. And second, Gimp does not support CMYK yet, so the best you will

Re: Round selection (again)

2000-07-06 Thread Hago Ziegler
Hi, what version of GIMP are you using? (I know it works on 1.1.14 or so)... however, I am using 1.1.24. I'm using the same. Hago

gif msg default

2000-07-06 Thread Rebecca Jean Pedersen
how do i change my default gif message? what does it do anyway? i know its a dumb question, but its me.

Re: gif msg default

2000-07-06 Thread Amy
On Thu, 6 Jul 2000, Rebecca Jean Pedersen wrote: how do i change my default gif message? what does it do anyway? i know its a dumb question, but its me. You mean the comments when you go to save? I'm assuming you have a pretty current version of gimp (1.1.2x). Go file-preferences-new

Re: CMYK support

2000-07-06 Thread Scott D. Webster
"Guillermo S. Romero / Familia Romero" wrote: Is there any patch available for gimp 1.1.1 for CMYK support in TIFFs? 1.1.1 is pretty old. Current is 24, even Helix GNOME ships 22. Actually Helix GNOME ships 1.1.24. descartes $ rpm -q gimp gimp-1.1.24-0_helix_1 descartes $

Fonts in Script-FU Dialogs

2000-07-06 Thread Andrew J Fortune
Hi all, I recently made a posting saying that I was running GIMP for Windows. I still am, but I have recently re-installed Mandrake Linux, purely so that I can get at the full functionality of the GIMP (which is slightly limited in the Windows port). I have had Linux installed before, but I had

Slightly OT - Image Magick

2000-07-06 Thread Andrew J Fortune
Hi all, This is slightly off-topic, so I hope you don't mind. How do you run ImageMagick ? I can't find an entry for this program on any of the menus, yet GnoRPM says that it is currently installed. I have heard that this program runs well in tandem with the GIMP, hence the enquiry. Thanks in

Re: Slightly OT - Image Magick

2000-07-06 Thread L. Jack Reese
The command is "display" (of course!) :-) Hi all, This is slightly off-topic, so I hope you don't mind. How do you run ImageMagick ? I can't find an entry for this program on any of the menus, yet GnoRPM says that it is currently installed. I have heard that this program runs

RE: Slightly OT - Image Magick

2000-07-06 Thread Andrew J Fortune
Sorry, can you elaborate on this, please ? -Original Message- From: L. Jack Reese [mailto:[EMAIL PROTECTED]] Sent: Friday, 7 July 2000 6:09 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Slightly OT - Image Magick The command is "display" (of course!) :-) Hi all,

Re: Slightly OT - Image Magick

2000-07-06 Thread Holger Blasum
The command is "display" (of course!) SEE ALSO animate(1), import(1), montage(1), mogrify(1), mosaic(1), convert(1), combine(1), xtp(1) Holger No software patents in Europe - pls sign http://petition.eurolinux.org

RE: Slightly OT - Image Magick

2000-07-06 Thread Andrew J Fortune
Thanks, Holger. Isn't there a graphical interface program for all of these utilities ? regards, Andrew -Original Message- From: Holger Blasum [mailto:[EMAIL PROTECTED]] Sent: Friday, 7 July 2000 6:18 AM To: L. Jack Reese Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Slightly

Re: Slightly OT - Image Magick

2000-07-06 Thread L. Jack Reese
Yes, there is a GUI - just type "display" at the command line. I don't know what to elaborate on... just type in the letters d-i-s-p-l-a-y enter and there you have it - the GUI to all the cool utilities. Hope this helps. Jack Reese Thanks, Holger. Isn't there a graphical