Re: guash darnit (gimp 1.2.1 & guash)

2001-01-22 Thread Alex

Goblin wrote:

> Can anyone tell me why guash does not compile for 1.2.1?
>
> When i try gimptool --install guash.c I get gcc -O2 -m486 -fno-strength-reduce -Wall 
>-I/usr/lib/glib/include -I/usr/X11R6/include -o /home/z3rk/.gimp-1.2/plug-ins/guash 
>guash.c -L/usr/lib -lgimpui -lgimp -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule 
>-lglib -ldl -lXi -lXext -lX11 -lm

I just tried to recompile my guash with new gimp 1.2.1 and all looks Ok.

Make sure, you have
#define GIMP_ENABLE_COMPAT_CRUFT
somewhere in very beginning of your source (before all #includes ; 1-st line of 
guash.c will be good)

Hope, it'll help
Alex

--
// Only the fire-born understand blue.


ĄŠ.a¨h g­Ę‹Ť~ˇžÉ¨hĄĘ&i×kzËśm§˙ćj)rj(r‰


Re: red eye removal?

2001-01-22 Thread Carol Spears

Tom Cooper wrote:
> The suggestion for 'colormap rotation' was not available, (greyed-out on
> my installation of 1.126) and the suggestion to use the dodge/burn tool
> isn't clear enough about how to do this.  I looked in the reference
> manual, and cannot find information about dodge/burn.

When a filter is grayed out as an option it means that your file isn't
in the right format.  Check to see if you have an alpha channel or not
(Image>Alpha>Add Alpha if Add Alpha is gray, you have it).  

Try it with alpha (add alpha) and with out (Layers>Flatten Image). 
Other filters need only one layer or will only work on the bottom
layer.  As you get to know the filters, you get to know what they want.

> 
> I know using the Gimp to remove redeye from a photo is like using an 18
> wheeler to move a single 2x4 across the street, but I'd like to be able
> to do it.

The last time I took out red eye, I zoomed in to 400% and used the color
picker and did it pixil by pixil.  It was fine, but not great.  My
people looked alittle cross eyed, so be careful with the light spot.



Re: red eye removal?

2001-01-22 Thread Jeff Sheffield

read up on the clone tool.
It is what I use.
You have to do it by hand  but this seems
to product the best results IMHO.

Note: red eye removal has been on the list before
A quick look at my personal backup of the list
reveils a thread on 
Date: Fri, 21 Jul 2000 13:41:24 -0700


On Mon, Jan 22, 2001 at 04:36:18PM -0500, Tom Cooper wrote:
> I looked on the mailing list archives, and must confess that I don't
> understand how to go about this.
> 
> The suggestion for 'colormap rotation' was not available, (greyed-out on
> my installation of 1.126) and the suggestion to use the dodge/burn tool
> isn't clear enough about how to do this.  I looked in the reference
> manual, and cannot find information about dodge/burn.
> 
> I know using the Gimp to remove redeye from a photo is like using an 18
> wheeler to move a single 2x4 across the street, but I'd like to be able
> to do it.
> 
> Can someone please explain to me how to accomplish this?  When it comes
> to the Gimp, I'm a bear of very little brain.
> 
> Thanks for the assistance.
> 
> Regards,
> Tom Cooper
> -- 
> Standard disclaimer applies:
> This message represents the opinions of the
> author, and not necessarily those of any 
> organization to which he may be related.
Thanks, 
Jeff


| UNIX was not designed to stop you from doing stupid things, because that |
| would also stop you from doing clever things -- Doug Gwyn|

| Jeff Sheffield   |
| [EMAIL PROTECTED] AIM=JeffShef ICQ=4340529  |
| http://jspot.org   http://gocho.net  |




red eye removal?

2001-01-22 Thread Tom Cooper

I looked on the mailing list archives, and must confess that I don't
understand how to go about this.

The suggestion for 'colormap rotation' was not available, (greyed-out on
my installation of 1.126) and the suggestion to use the dodge/burn tool
isn't clear enough about how to do this.  I looked in the reference
manual, and cannot find information about dodge/burn.

I know using the Gimp to remove redeye from a photo is like using an 18
wheeler to move a single 2x4 across the street, but I'd like to be able
to do it.

Can someone please explain to me how to accomplish this?  When it comes
to the Gimp, I'm a bear of very little brain.

Thanks for the assistance.

Regards,
Tom Cooper
-- 
Standard disclaimer applies:
This message represents the opinions of the
author, and not necessarily those of any 
organization to which he may be related.



guash darnit (gimp 1.2.1 & guash)

2001-01-22 Thread Goblin

Can anyone tell me why guash does not compile for 1.2.1? 

When i try gimptool --install guash.c I get gcc -O2 -m486 -fno-strength-reduce -Wall 
-I/usr/lib/glib/include -I/usr/X11R6/include -o /home/z3rk/.gimp-1.2/plug-ins/guash 
guash.c -L/usr/lib -lgimpui -lgimp -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule 
-lglib -ldl -lXi -lXext -lX11 -lm
In file included from guash.c:471:
include/guash-f.h:24: parse error before `GParam'
guash.c:824: parse error before `PLUG_IN_INFO'
guash.c:824: warning: type defaults to `int' in declaration of `PLUG_IN_INFO'
guash.c:826: warning: initialization makes integer from pointer without a cast
guash.c:827: warning: excess elements in scalar initializer
guash.c:827: warning: (near initialization for `PLUG_IN_INFO')
guash.c:828: warning: excess elements in scalar initializer
guash.c:828: warning: (near initialization for `PLUG_IN_INFO')
guash.c:829: warning: excess elements in scalar initializer
guash.c:829: warning: (near initialization for `PLUG_IN_INFO')
guash.c:830: warning: data definition has no type or storage class
guash.c: In function `query':
guash.c:839: syntax error before `eargs'
guash.c: At top level:
guash.c:844: parse error before `pargs'
guash.c:844: warning: type defaults to `int' in declaration of `pargs'
guash.c:846: warning: braces around scalar initializer
guash.c:846: warning: (near initialization for `pargs[0]')
guash.c:846: `PARAM_INT32' undeclared here (not in a function)
guash.c:846: initializer element is not constant
guash.c:846: (near initialization for `pargs[0]')
guash.c:846: warning: excess elements in scalar initializer
guash.c:846: warning: (near initialization for `pargs[0]')
guash.c:846: warning: excess elements in scalar initializer
guash.c:846: warning: (near initialization for `pargs[0]')
guash.c:847: warning: braces around scalar initializer
guash.c:847: warning: (near initialization for `pargs[1]')
guash.c:847: `PARAM_IMAGE' undeclared here (not in a function)
guash.c:847: initializer element is not constant
guash.c:847: (near initialization for `pargs[1]')

etc etc...

 Your eyes are weary from staring at the CRT.  You feel sleepy.  Notice how
 restful it is to watch the cursor blink.  Close your eyes.  The opinions
 stated above are yours.  You cannot imagine why you ever felt otherwise.