[Gimp-user]

2004-02-15 Thread Timothy Jedlicka bonzopad
Perhaps a philosophical question/arguement. Using gimp2.0Pre3, visibility 
changes are added to the undo history. I like to use my visibility (the 
eyeball) to blink back and forth to see if I like the change, however this 
eats up my undo history. Shouldn't visibility be kept out of the undo history? 
Visibility has a built in undo - the eyeball, so why eat into the valuable 
undo history?

I commented out gimpitem.c lines (1028, 1029)

//  if (gimage)
//gimp_image_undo_push_item_visibility (gimage, NULL, item);

This seems to do it. I was going to try to code up a real solution but could 
not find the "preferences" module. We could make this a user settable option:
VIS_UNDO == Visibility Added to Undo Stack: Yes/No

  if (gimage && VIS_UNDO)
gimp_image_undo_push_item_visibility (gimage, NULL, item);

-
Timothy Jedlicka, [EMAIL PROTECTED], 1-630-713-4436, AOL-IM=bonzowork
Network Entomologist, Lucent Technologies, Testers For Hire




___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] mdk sane + 2.0

2004-02-15 Thread BandiPat
On Sunday 15 February 2004 08:54 am, Sven Neumann wrote:
> Hi,
>
> BandiPat <[EMAIL PROTECTED]> writes:
> > The Sane plugin for Gimp 2.0 has not been updated yet, but should
> > be by the final release.  I do believe that Sven or somebody did
> > revise it themselves, but to keep conflicts down with the original
> > maintainer, did not include it with the new Gimp.  I'll let them
> > comment on it's availability.
>
> You are confusing SANE and XSane here. SANE is the scanner
> infrastructure and XSane is just an alternative GUI frontend to SANE.
> IIRC both come with GIMP plug-ins. I don't know about the state of
> the SANE plug-in but AFAIK the XSane plug-in hasn't been released for
> GIMP-2.0 yet. The necessary changes are fairly trivial though and I
> sent my patches to the plug-in author. He promised me to do an
> updated release. If that hasn't happened yet, perhaps someone should
> send him a mail and politely ask about the status.
>
>
> Sven
> ___

Right you are Sven!  I was thinking of xsane too, being able to call it 
from Gimp.  There should be no problem with Sane and Gimp then, only 
XSane.  I haven't heard anything more out of the plugin since you 
mentioned your patches here, so I'm not sure if the author has made the 
fix or not.

So "sime", does your scanning work with Gimp 1.2.x & MDK 9.x or not?  If 
so, then all you need is the new plugin for 2.0, when the author makes 
the necessary fixes!

Patrick
-- 
 --- KMail v1.6 --- SuSE Linux Pro v9.0 ---
Registered Linux User #225206
 On any other day, that might seem strange...
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] color and grey-scale.

2004-02-15 Thread Timothy E. Jedlicka - wrk
You could follow this technique using "blue" for your "sepia" tone.
http://gimpguru.org/Tutorials/SepiaToning2/
-
Timothy Jedlicka, [EMAIL PROTECTED], 1-630-713-4436, AOL-IM=bonzowork
Network Entomologist, Lucent Technologies, Testers For Hire


___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re : [Gimp-user] color and grey-scale.

2004-02-15 Thread Jean-Luc Coulon (f5ibh)
Le 15.02.2004 17:52, Adam Gautier a écrit :
I have a newbie question; so please be forgiving with
my terminology.  I want to take a color image and make
it one color.  Basically, any color red, yellow, ...
would be made say, blue.  Any transparent or white
pixels are transparent.  I tried converting to
grey-scale as a first step.  Now, I don't know how to
get the blue color into the image.  I tried selecting
sections by color and replacing but that looked
horible.  Is it possible to not just end up with a
matte, all blue image, when I am done. It would be
great if when converting to one color the different
colors were preserved (red converts to blue and yellow
gets converted to a lighter blue).  I hope this makes
sense.
I am looking for a script ore something that could
automate this process.  Any suggedtions would be
great.  Again, I am a newbie so please make any
responses easy to follow.
Thank-you in advance.

Maybe you can have a try to :
right clic -> Tools -> Color TOols -> Colorize
And there you can choose the hue / saturation / brightness
--
Regards
- Jean-Luc

pgp0.pgp
Description: PGP signature


Re: [Gimp-user] color and grey-scale.

2004-02-15 Thread Jeff Trefftzs
On Sun, 2004-02-15 at 08:52, Adam Gautier wrote:
> I have a newbie question; so please be forgiving with
> my terminology.  I want to take a color image and make
> it one color.  Basically, any color red, yellow, ...
> would be made say, blue.  Any transparent or white
> pixels are transparent. 
> 

Have you tried this?

1.  Duplicate the layer you want to play with.
2.  In the duplicate layer, use //Desaturate to make it a
pseudo grayscale image.
3.  Select a monochrome gradient (e.g., blue to white or blue to
transparent).
4.  Use ///Gradient Map
and hey, presto!

You may wish to start by using the color-to-alpha filter first to
convert the white pixels to transparent, say as step 2a, if you really
want transparency.

HTH,
-- 

--Jeff

Jeff Trefftzs <[EMAIL PROTECTED]>
http://www.tcsn.net/trefftzsHome Page
http://gug.sunsite.dk/gallery.php?artist=68 Gimp Gallery
http://trefftzs.topcities.com/  Photo Gallery 

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] color and grey-scale.

2004-02-15 Thread Adam Gautier
I have a newbie question; so please be forgiving with
my terminology.  I want to take a color image and make
it one color.  Basically, any color red, yellow, ...
would be made say, blue.  Any transparent or white
pixels are transparent.  I tried converting to
grey-scale as a first step.  Now, I don't know how to
get the blue color into the image.  I tried selecting
sections by color and replacing but that looked
horible.  Is it possible to not just end up with a
matte, all blue image, when I am done. It would be
great if when converting to one color the different
colors were preserved (red converts to blue and yellow
gets converted to a lighter blue).  I hope this makes
sense.

I am looking for a script ore something that could
automate this process.  Any suggedtions would be
great.  Again, I am a newbie so please make any
responses easy to follow. 

Thank-you in advance.

=
+
+ Adam T. Gautier
+ email : [EMAIL PROTECTED]
+ phone: (617) 557-9699
+

__
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] mdk sane + 2.0

2004-02-15 Thread Sven Neumann
Hi,

BandiPat <[EMAIL PROTECTED]> writes:

> The Sane plugin for Gimp 2.0 has not been updated yet, but should be by 
> the final release.  I do believe that Sven or somebody did revise it 
> themselves, but to keep conflicts down with the original maintainer, 
> did not include it with the new Gimp.  I'll let them comment on it's 
> availability.

You are confusing SANE and XSane here. SANE is the scanner
infrastructure and XSane is just an alternative GUI frontend to SANE.
IIRC both come with GIMP plug-ins. I don't know about the state of the
SANE plug-in but AFAIK the XSane plug-in hasn't been released for
GIMP-2.0 yet. The necessary changes are fairly trivial though and I
sent my patches to the plug-in author. He promised me to do an updated
release. If that hasn't happened yet, perhaps someone should send him
a mail and politely ask about the status.


Sven
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] mdk sane + 2.0

2004-02-15 Thread BandiPat
On Sunday 15 February 2004 06:52 am, sime wrote:
> I installed the appropriate stuff to do scanning with mdk with the
> stock 1.2.5 (mdk 9.2) Gimp.
>
> What do i need to change so that SANE can work with 2.0, or do i need
> it install a SANE for 2.0
>
> (sane newbie)
>
> -sime
>
> ___

The Sane plugin for Gimp 2.0 has not been updated yet, but should be by 
the final release.  I do believe that Sven or somebody did revise it 
themselves, but to keep conflicts down with the original maintainer, 
did not include it with the new Gimp.  I'll let them comment on it's 
availability.

Patrick
-- 
 --- KMail v1.6 --- SuSE Linux Pro v9.0 ---
Registered Linux User #225206
 On any other day, that might seem strange...
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] mdk sane + 2.0

2004-02-15 Thread sime
I installed the appropriate stuff to do scanning with mdk with the stock 
1.2.5 (mdk 9.2) Gimp.

What do i need to change so that SANE can work with 2.0, or do i need it 
install a SANE for 2.0

(sane newbie)

-sime

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Hot plug-in disabled

2004-02-15 Thread Sven Neumann
Hi,

[EMAIL PROTECTED] (Tom Ball) writes:

> Does anyone know why the Plug-ins->Color->Hot menu item is disabled?
> I'm working on an RGB image which its source says is required.  Any
> help would be appreciated.

As shown by Plug-In Details (as found in the Xtns menu), this plug-in
(->Filyers->Colors->Hot), needs an RGB drawable and doesn't
handle RGBA. So you will probably have to flatten your image first.


Sven
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Re: Hot plug-in disabled

2004-02-15 Thread Carol Spears
On Sun, Feb 15, 2004 at 02:10:12AM -0500, Tom Ball wrote:
> Does anyone know why the Plug-ins->Color->Hot menu item is disabled?  I'm working on 
> an RGB image which its source says is required.  Any help would be appreciated.
> 
> Tom
> 
can you be a little more specific as to where this menu is located?

there are other reasons than image mode that a plug-in does not work.
perhaps the plug-in wants to work on a "background" layer -- which is a
layer without alpha.

i must admit, i have never seen this plug-in nor that location in any of
the menus; however, i haven't updated my gimp in a few days.

carol

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user