[Gimp-user] is there a way to edit an existing textlayer created with freetype2?

2002-09-18 Thread Hermann Otteneder
hi, i created one text-layer with: image->filter->render->freetype2. after some time i want edit the text. but the layer can not be edited only a new one will created. of course i've selected the right layer and right-clicked on it but the plugin shows only the settings of the last created text-la

[Gimp-user] Re: is there a way to edit an existing textlayer created with freetype2?

2002-09-18 Thread Guillermo S. Romero / Familia Romero
[EMAIL PROTECTED] (2002-09-10 at 1417.25 +0200): > i created one text-layer with: image->filter->render->freetype2. after some > time i want edit the text. but the layer can not be edited only a new one > will created. of course i've selected the right layer and right-clicked on > it but the plugi

[Gimp-user] Using script-fu-drop-shadow in another script

2002-09-18 Thread Maxence Guesdon
Hello, I'm trying to use script-fu-drop-shadow in another scheme script. Here it is: (let* ((image (car (gimp-image-new 256 256 RGB))) (bottom-layer (car (gimp-layer-new image 256 256 RGB-IMAGE "fond" 100 NORMAL-MODE))) ) (gimp-image-add-layer image bottom-layer 0) (gimp-d

[Gimp-user] troubles opening a EPS file...

2002-09-18 Thread Hermann Otteneder
hi, i try to open a EPS file (created with illustrator). after clicking OK in the Load Image dialog i get the error: "can't interpret file". is there anything to do that The Gimp can open EPS files? I use Gimp 1.2.3 in Windows 2000 thanx - lg hermann ___

Re: [Gimp-user] Using script-fu-drop-shadow in another script

2002-09-18 Thread Jeff Trefftzs
Hi Max - I ran into something like this myself. The problem is that there's another script that defines its own version of the max function, and gets it wrong. (At least that's how I remember it, and I remember fixing it, but I can't remember which script :-( ). I suggest you grep for "(def

Re: [Gimp-user] troubles opening a EPS file...

2002-09-18 Thread Falk Pauser
what if u try to convert it using "convert"? -> convert "" "" if that fails - perhaps your eps is corrupted? greets, falk ___ Gimp-user mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

Re: [Gimp-user] Using script-fu-drop-shadow in another script

2002-09-18 Thread Maxence Guesdon
Hi Jeff, Thanks for your response, I found what was wrong: I should not have written script-fu-drop-shadow 1 image text-layer ... but image text-layer even if the description of script-fu-drop-shadow contains an interactive mode parameter. I must admit I'm a real newbie to gimp

Re: [Gimp-user] Using script-fu-drop-shadow in another script

2002-09-18 Thread daniel cline
Hey Jeff, how come I am receiving all of your e-mails, and how do I stop it. Thanks, Dick ___ Gimp-user mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

[Gimp-user] Re: Using script-fu-drop-shadow in another script

2002-09-18 Thread Guillermo S. Romero / Familia Romero
[EMAIL PROTECTED] (2002-09-18 at 1515.25 -0400): > Hey Jeff, how come I am receiving all of your e-mails, and how do I stop > it. Do you mean unsubscribe from gimp user list? >From the headers: List-Unsubscribe: ,

[Gimp-user] Crop & resize

2002-09-18 Thread David Haar
Title: Message I can not work out how to crop & resize with a constrained aspect ratio.  In Photoshop, using the crop tool, I put in the width & height dimensions in pixels, make the crop selection and crop.  The resulting crop has the right dimensions to stick straight on my web page.  How

[Gimp-user] Re: Crop & resize

2002-09-18 Thread Guillermo S. Romero / Familia Romero
[EMAIL PROTECTED] (2002-09-19 at 1057.04 +1200): > I can not work out how to crop & resize with a constrained aspect ratio. > In Photoshop, using the crop tool, I put in the width & height > dimensions in pixels, make the crop selection and crop. The resulting > crop has the right dimensions to s

Re: [Gimp-user] Re: Crop & resize

2002-09-18 Thread Jon Winters
Ahh but you can not do a Crop and a resize at the same time!! In photoshop its been possible to crop, resize, and rotate all at the same time. (since version 4.0) Gimp is lacking here. It will do cropping, resizing, and rotation but the workflow is very time consuming. Is there a gimp featur

Re: [Gimp-user] Re: Crop & resize

2002-09-18 Thread Tom Williams
Jon Winters wrote: > Ahh but you can not do a Crop and a resize at the same time!! In > photoshop its been possible to crop, resize, and rotate all at the same > time. (since version 4.0) > > Gimp is lacking here. It will do cropping, resizing, and rotation but the > workflow is very time cons