[Gimp-user] To convert grayscale in camera or Gimp

2004-11-03 Thread Seth Burgess
Hi Rick,

> if I shot in B&W (via digital camera), wouldn't that give me a better image,
> to work with in Gimp,  instead of converting it to Grey Scale?

For all consumer digital cameras I'm aware of, you'll be caputring in
color; the camera will be running an algorithm to convert to
grayscale.  If it has the option to do both, its pretty much certain
that its capturing in color internally.

Depending on the sensor and the camera, there may be some theoretical
advantages to doing conversion in-camera.  If it internally uses
12-bits per channel of resolution (or higher, or algorithms utilizing
the RAW characteristics), you may get smoother and more accurate
grayscale out the camera than would be possible to accurately get with
GIMP (which is only going to work with 8-bits per channel and has no
knowledge of your sensor's layout).  Of course, the camera could be
taking a cheap way out too, and using a lousy algorithm for conversion
figuring correctly that 99% of the users would never care.

However, you have more control over the subtle differences when using
GIMP to do your conversion.  For an excellent intro to different
techniques to get different results, see
http://www.gimpguru.org/Tutorials/Color2BW/ .  This also goes into how
the smoothness of this histogram (which is important for grayscale)
can be adversely affected by colorspace conversions in GIMP, which is
a big reason why some people really want a higher-bit-depth GIMP. 
These techniques also take a lot more time, and are pretty useless
unless you have a monitor that is capable of really showing grayscale
differences with some accuracy.

So at least until Gimp3, it comes down to an argument of (possible)
accuracy and speed from the camera, vs artistry and care with the
Gimp.  They've both got their points going for them.  What makes a
"better" image is not so easily answered, and may not even be an issue
for you depending on your desires.

Happy GIMPing,

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


[Gimp-user] Magic Background Eraser

2004-09-09 Thread Seth Burgess
I've been playing with PS Elements (came with my camera) so I recently
found it and played with the background erase tool.

Its a fixed aspect brush (only a circle, though you can vary its
size).  It samples the current circle continously, and uses its
average (center weighted I think) to determine what the current
"color" is for a color-to-alpha type removal.

There's a threshold parameter which determines how close something has
to be to get the color-to-alpha treatment.  With a bad threshold, the
tool is pretty unusable (becomes either like a bad eraser, or a
paintbrush in color to alpha mode).  I find I have to change it a lot,
even on the same image.
  
There's also a Continuous or Discontinous paramterer, but I'm not able
to determine what this does simply by playing.

A typical usage pattern is to trace around the outside of an object
you want to cut out, just barely touching the object with the outside
of the brush (the idea is that this will stay out of the threshold and
remove everything else).

Its not a smooth drawing tool - the outside generally looks like a
bunch of semi-circles (I think it requires having a center pixel
non-alpha).  However, the inside will hopefully be fairly
representitive of the outline of the object.

It also suffers from the same problem as color to alhpa, in that it
tends to leave garbage around (with a low alpha) that you have to go
back and touch up later.  JPEG noise is especially prevalent, so its
best to run a noise filter over it before doing this.

If we want to make a killer tool for background erasing, we should
really be looking at knock-out or an equivalent, but the background
erase tool isn't bad for quick removal (and certainly is more
applicable than something like color-to-alpha in a typical
real-photograph situation).

Hope this helps!

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


[Gimp-user] Re: Perl modules with Gimp 2.0

2004-07-12 Thread Seth Burgess
s/undo_push/undo/

A small number of calls (some of them frequently used) have changed
between versions; you might want to look at the ChangeLog for others.

Happy GIMPing,

Seth Burgess
[EMAIL PROTECTED]

On Mon, 12 Jul 2004 14:21:07 +0100, Vittorio <[EMAIL PROTECTED]> wrote:
> A perfectly working perl module with the Gimp 1.2.3 now, with the Gimp 2.0.2
> and the CPAN Gimp 2.0 stuff, stops during the execution saying:
> 
> Subroutine Gimp::gimp_undo_push_group_start redefined
> at /usr/lib/perl/5.8/Gimp.pm line 603.
> 
> What does it mean and what should I do?
> 
> Ciao
> Vittorio
>
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Gimp-Perl for 2.0

2004-06-30 Thread Seth Burgess
You can download it from CPAN, or from ftp.ghs.com.

http://search.cpan.org/~sjburges/Gimp-2.0/

and click on the download link.

Its also available via CVS checkout, moudule name 'gimp-perl'.

To compile/install, 

perl Makefile.pl; make; make test; make install

You may need to satisify other dependencies if they're not already
installed on your system  .

Happy GIMPing,

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


[Gimp-user] Gimp perl and online docs problems.

2004-05-18 Thread Seth Burgess
> checking for GIMP - version >= 2.0.0... no
> *** Could not run GIMP test program, checking why...

Could you send me your config.log after you get your failure? 
Something is going wrong when its trying to link (at runtime I'd
guess) to gimp libraries; the program it runs is pretty much
hard-coded to return success right now.

Can't help with the gtkhtml/doc issues, maybe someone else knows that better.

Thanks,

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


[Gimp-user] Gimp-Perl 2.0 Release

2004-05-15 Thread Seth Burgess
I'm happy to announce the 2.0 Release of Gimp-Perl for UNIX/Linux.

Features include:
 * Over 60 example plug-ins written in Perl to script The GIMP
 * Perl Server to run perl plug-ins from the commandline, or across a
network connection
 * 'gimpdoc' utility to get manpage access to The GIMP Procedural Database (PDB)
 * Simplified plug-in development framework, Gimp::Fu
 * Direct pixel access through use of the Perl Data Language (PDL)
 * File-handling plug-ins
 * Customizable GUI with the Gtk2 perl bindings  
 * Optional Object Oriented syntax for plug-in development
 * Plenty more!

Highlights of this release over the previous Pre-Releases:
 - added a new plug-in to selectively sharpen an image
 - removed lots of broken plug-ins that nobody expressed an interest in
 - bug fixes
 - some documentation updating
 - another fix for 'make test'
 
Available for immediate download at:
ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.0/perl/Gimp-2.0.tar.gz

The package will also be available on CPAN after indexing.

Please submit bug reports to Gnome Bugzilla, at
http://bugzilla.gnome.org/enter_bug.cgi?product=gimp-perl

Happy GIMPing,

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


Re: [Gimp-user] Webpage Help

2003-08-19 Thread Seth Burgess
Hi,

Perlotine has always set the border attribute - it wouldn't work well without
it.  Its actually a user adjustable parameter. 

I don't think perlotine was being used by this user, or the problem probably
would never have occurred.  

Happy GIMPing,

Seth

> Just to bring it back on topic: Gimp's Perlotine plugin could add the 
> "border='0'" part on the img tags at no cost. If someone will create 
> the patch and correctly post it at the Gimp Bugzilla page in a few 
> hours, everybody will be happy.


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Removing background

2002-04-25 Thread Seth Burgess

> Someone did a really nice tutorial on this issue recently and posted the
> url to this list.  Of course I don't know where a searchable archive is
> so that does not help much does it?

The tutorial is at
http://www.gimp.org/~sjburges/color_to_alpha/color2alpha.html

Do note that my tutorial works best for non-photographic images, but you can
use it to get close with photographic ones and touch up what you need to
afterwards.

Its not in general an easy problem.  There's not really a great tool for it yet
in Gimp; this filter goes totally agressive and leaves no hint of the color to
be removed.

Happy GIMPing,

Seth Burgess
[EMAIL PROTECTED]

__
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



[Gimp-user] Re: Gimp-user digest, Vol 1 #326 - 6 msgs

2002-04-14 Thread Seth Burgess

> okay, many of the perl plug-ins that i use a lot need the pdl.  seems
> like this has been a problem since i moved up to perl 5.5.  i don't
> really know what it is.
> 
> i do know that if you are running perl 5.5 or above and you don't have
> the pdl installed, there are several useful scripts that you will not
> have access to via a gimp menu.  a couple of the guides scripts,
> color2alpha and terral text are the plug-ins that i have the most recent
> experience with.

Carol,

None of the scripts you mentioned use PDL.  One of them isn't a script
(color2alpha commonly installed is in C.  There is one colourtoalpha thats a
gimp-perl, but its not installed by default).

You're having another problem.  What are your symptoms?

Seth



__
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



[Gimp-user] Removing Background Tutorial

2002-04-12 Thread Seth Burgess

Since removing a background seems to becoming an FAQ, I whipped up a tutorial
last night:

http://www.gimp.org/~sjburges/color_to_alpha/color2alpha.html

Happy GIMPing,

Seth Burgess
[EMAIL PROTECTED]


__
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



[Gimp-user] removing background

2002-04-11 Thread Seth Burgess

Nikolai,

>How can I do with gimp to remove the purple color fully and convert the 
>borders where the object is merging with the background into pixels that has 
>Alpha values over yellow color instead of plain orange color ? 

Very nice description of a classic imaging problem.

Luckily, this is precisely what the color to alpha plug-in was designed to
handle.  Filters | Color | Color To Alpha, select your purple color, let it
run, and wholah·

The major drawback is that it doesn't only operate on "border" pixels - it
operates on every single pixel in the image (or current selection).  This
means:
1) If you have a real life background like from a photo, you probably don't
have a solid color to remove
2) If your foreground has any component of the color you're trying to remove,
that will be removed too.

#2 is  worked around by repainting "under" the image with the same color you
just removed. For #1... you can keep selecting colors that don't get hit and
re-running it, but my suggestion is to get it close and do the rest of the
touchup by hand.

Happy GIMPing,

Seth Burgess
[EMAIL PROTECTED]

__
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



[Gimp-user] Re: Gimp-user digest, Vol 1 #312 - 1 msg

2002-04-01 Thread Seth Burgess

Hi Tom,

This is probably a question better asked in the gimp-devel list.  

As far as status as far as separation that would allow a KDE gui to be written,
let me give what I think I know :)

There's different levels of completeness here.  

Much of the code now just depends on glib (no gtk+).  The GUI code is becoming
more and more separated.  Its off in its own directories now.  For this portion
of the code, it would just take someone motivated to write the KDE (qt) front
end.  Also, plug-ins have always been pretty separated.

However, some things we know still have an interdependance.  Tools are one of
those things (unless something changed when I wasn't looking).  They'd probably
need some rewriting to enable another toolkit.  Tool code has traditionally
been  some of the less easy-to-grasp code in there (tile code notwithstanding),
but thats getting far better too.  Gimp-Perl wouldn't work terribly well, and
there's probably others I'm not thinking off that would break as well.

Really the plan for having an independant library you can write your own front
end for is the 2.0 GIMP release.  1.4 will be moving in that direction, and we
do have a number of libraries now, but probably won't reach it.  1.4's release
(if history serves) is probably a year or 2 out.  2.0 is still a way off.  

And of course this depends on a KDE hacker wanting to do something with it.  A
long time ago, there was some ugly fighting between gnome and kde people over
gimp, which if I recall correctly left a bad taste in KDE's mouth for using any
of GIMP's source.  I've not checked on Krayon's progress recently, but they
opted for that choice back a long time ago (called KImageShop then).  KDE folk
may reconsider, who knows.

Happy GIMPing,

Seth Burgess
[EMAIL PROTECTED]

> I think he might be asking when gimp will be able to "hook-in" to KDE such 
> that KDE themes, etc, will appy to gimp as with other KDE "aware" apps. In 
> other words, when will gimp be a "KDE-aware" app or will it continue to be 
> an X app on Linux?
> 
> Peace.
> 
> Tom


__
Do You Yahoo!?
Yahoo! Greetings - send holiday greetings for Easter, Passover
http://greetings.yahoo.com/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



[Gimp-user] Parse::RecDescent

2002-02-13 Thread Seth Burgess

>What's this about not having Parse::RecDescent preventing Scheme from
>working?  Can someone clue me in?

Parse::RecDescent is needed for the scm2scm filter, which tries to update older
.scm files to newer ones (replacing parameters mostly I believe)).  Its pretty
much overkill for its use, and the source of much confusion.  Most people have
absolutely no need for it, but it gives an ugly warning.  Using scheme and
script-fu will work fine without it.

Happy GIMPing,

Seth Burgess


__
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] Changing text color

2001-11-27 Thread Seth Burgess

Hi Jim,

Use Filters/Colors/Color To Alpha

Select the background color.  This will convert all the background to alpha,
and leave the dithered foreground.

Then use any of the color changing tools (see Colors/* and Filters/Colors/*) to
modify your value.

Finally, create a new layer behind the text with the background color.

Happy Gimping!

Seth Burgess
[EMAIL PROTECTED]

--- Jim Clark <[EMAIL PROTECTED]> wrote:
> Hi--
> 
> I do not fully (or even unfully) understand alpha layers, but I bet
> there's an answer in there somewhere for this. 
> 
> I have a white background with black text.  I do not have the exact same
> font, but I want to change the text to blue.  If I select by color and
> remove the white and paint with blue, it loses all the dithering and
> makes nice big splotchy letters.  Can this be done so the leeters look
> as they did when black execpt blue?
> 
> Thanks-
> 
> Jim Clark
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
> http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] creating new brush?

2001-10-14 Thread Seth Burgess

Subba,

I'd agree with Rebecca here.

What you're trying to do sounds a lot like a clone operation.  To use the clone
tool, select your "source" by holding Control, and clicking where to start
copying from.  Then release Control, and paint into the "destination".  All of
this uses the current brush shape do to the painting.

If you really want to make a new brush (it doesn't sound like it from your
description) you can always save as a .gpb (gimp pixmap brush) into your
~/.gimp-1.2/brushes directory, refresh the brushes, and select your new brush.

Happy GIMPing,

Seth 

--- Subba Rao <[EMAIL PROTECTED]> wrote:
> On  0, "Rebecca J. Walter" <[EMAIL PROTECTED]> wrote:
> > On Sun, 2001-10-14 at 16:07, Subba Rao wrote:
> > > Hi,
> > > 
> > > I have seen a photo editor at a local print shop restoring pictures.
> > > He restored the deteriorated pictures by crop hair/areas from other
> pictures
> > > and pasting them over the damaged areas. I don't know what tool he was
> using on
> > > his PC (some windows stuff).
> > > 
> > > How do I create a new brush from an existing picture? Can this be done
> using
> > > Gimp? I am running Gimp 1.2.1 on Linux.
> > 
> > Use the clone tool.  The icon looks like a rubber stamp.
> > Oh.. wait.. does that work between pictures?  If it doesn't work between
> > pictures, you'd have to make a section into a pattern or copy it into
> > another layer.
> > 
> 
> Thank you for replying.
> 
> That tool does not select a region nor paste. I trying to copy from the
> same picture.
> 
> -- 
> 
> Subba Rao
> [EMAIL PROTECTED] http://members.home.net/subba9/
> OpenPGP/GPG public key ID CCB7344E
> 
>  => Time is relative. Here is a new way to look at time. <=
> http://www.smcinnovations.com
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
> http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


__
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] color exchange

2001-07-26 Thread Seth Burgess

Dave,

Use Filters/Colors/ColorToAlpha...

Select the background color with the color dropper, and then drag/drop it from
the toolbar into the ColorToAlpha.. indicator.

Then create a new background layer colored maroon, merge visible layers, and
tada :)

Happy GIMPing,

Seth

--- David Harnsberger <[EMAIL PROTECTED]> wrote:
> Hi there,
> I'm not much of a graphics guru and I was wondering if somebody could help
> me figure out how to exchange a color in gimp.  The scenario I have is I
> have an image that is just a word written in white on a blue
> background.  The trouble is that it's anti-aliased, so I can't just take
> all the blue and make it marroon, or at least I don't know how.  I want to
> preserve the anti-alias, but I need the different shades of blue to be
> different shades of marroon. help?
> thanks a bunch,
> Dave
> 
> 
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
> http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] texture painting

2001-06-10 Thread Seth Burgess

Hi Robert,

Save it as a pattern (.pat) file, and copy that to your ~/.gimp-1.2/patterns/
directory.  Then open your patterns dialog, click on refresh.  Select your
pattern.

Then select the clone tool.  Double click it to get its options, and choose the
Pattern source.  Then just paint with the clone tool!

Happy GIMPing,

Seth Burgess
[EMAIL PROTECTED]

--- robert lund <[EMAIL PROTECTED]> wrote:
> Ok. I dont really use this e-mail thing much but heres a question i want 
> awnsered. I cant find it in the book on the website (which is really helpful 
> by the way). I make ship images for xshipwars. Now xshipwars requires 
> realistic images mainly top view. If its a base or planet doesnt matter 
> though. Anyways as i first learned making realistic images is no picknick. 
> Despite armour and painting loooking the same color its not. I use 1 gey on 
> a ship with grey hull like the enterpise it looks no even fake. It below 
> fake. This is where i discovered textures. And making textures is hard. It 
> looks same color yet it is rarley the same exact color in more then 5 
> pickles at a time. Cuase of light and and needing a dimensinal look and 
> such. So i have made some textures that should work in making a quick hull. 
> Basicly i have a square hull image thats small. If i duplicate it over and 
> over piling them randomly it should make the hull. My thing is though 
> instead of doing cut and paste about 1,638 times having it like the paint 
> thing. Just have the image and basicly paint it on like it was a single 
> color.
> 
> so basicly how would i take a texture i created and paint it?
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com
> 
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
> http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] plugins

2001-04-23 Thread Seth Burgess

Indira,

chmod +x linoleum.pl

Also, this particular plug-in requires PDL, so you
must have PDL and the gimp module compiled with PDL
support.

If you start gimp from the commandline and see errors,
those would indicate why its not registering past the
executable bit not being set.

Since its a perl-fu script, you can start the Perl
Server (Xtns->Perl Server) and then run it from the
commandline as well.  

Best of luck!

Seth
[EMAIL PROTECTED]

--- Indira <[EMAIL PROTECTED]> wrote:
> 
> hello,
> When i download a plugin, I assume I put it in the
> plugins directory.
> for example, I would like to install linoleum.pl.
> Once it is in the plugins directory, what do i need
> to do so i can see in
> the filters menu? Or if that is not possible, how do
> i use it?
> Thank you
> Indira
> 
> 
> 
> There is nothing good or bad, but thinking makes it
> so...
> 
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
>
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] Black/white drawings => black/alpha drawings ?

2001-03-27 Thread Seth Burgess

Stephan,

I think you want to use my Filters/Colors/Color To
Alpha... in the 1.2.x distribution.  

First, convert it to RGB.  Run the filter, select
white as your color, and let it do its magic.

Happy GIMPing,

Seth Burgess
[EMAIL PROTECTED]

--- Stephan Henningsen <[EMAIL PROTECTED]> wrote:
> Hi there,
> 
> I have made a drawing and have scanned it.  The
> drawing is
> black on white paper (greyscaled, not 1-bit
> palette).
> 
> Now, I'd like to colour it, give it a background
> etc.  But
> first I need it to be black lines on an transparrent
> background; then I can paint on a different layer
> and place
> the b/w drawing on top of it.  I like doing it this
> way,
> because it looks very nice.
> 
> But how do I converte all the white to alpha?  I've
> tried
> with Select By Colour, but it's not good at all,
> since alot
> of grey pixels are not selected.  I've tried playing
> with
> Colour Treshold, Curves and Levels, but haven't
> found any
> good solution yet.
> 
> Can anyone help me?  There must be a button
> somewhere that
> spreads the palette of a greyscaled image over an
> alpha-palette instead.  Or can this be done
> manually?  I'll
> try that out right away!
> 
> Suggestions are very welcome!
> 
> 
> -- 
> Stephan Henningsen  /
>/  http://tisprut.dk
> 
> 
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
>
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/?.refer=text
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] Script-Fu command reference?

2001-03-26 Thread Seth Burgess

There should probably be some explanation somewhere of
what built-in types gimp expects.  Real quick:

image: (whole image, with layers, channels, etc)

drawable : (anything that can be drawn on - includes
layers & channels)

layer: (a layer in the image - all layers are
drawables, not all drawables are layers)  Layers have
an associated image.

floating-layer: special type of layer; not all
operations are valid on floating layers.

There's probably more I've forgotten - ask if you run
into one.

Seth

--- Roland Roberts <[EMAIL PROTECTED]> wrote:
> >>>>> "Seth" == Seth Burgess <[EMAIL PROTECTED]>
> writes:
> 
> Seth> The commands you can use are actually
> dynamic - they are
> Seth> added to with every script and plug-in you
> add.  You can see
> Seth> them all through the PDB (procedural
> database) browser under
> Seth> the Xtns menu in the main toolbox.  I
> think there's some
> Seth> scripts included with gimp as well that
> will generate some
> Seth> printout of whats aviable as well, but I'm
> not sure what it
> Seth> is at the moment.
> 
> I've found this, but for the total newbie (i.e.,
> *me*), this is a
> taunting reference.  For example, many of the
> functions want a
> drawable.  What's a drawable and how do I get one? 
> Searching on
> "drawable" didn't find any obvious hits.
> 
> So while I can find the list along with their
> parameters, I'm not
> getting very far trying to figure out how to do
> anything
> 
> roland
> -- 
>  PGP Key ID: 66 BC 3B CD
> Roland B. Roberts, PhD
> RL Enterprises
> [EMAIL PROTECTED] 76-15 113th
> Street, Apt 3B
> [EMAIL PROTECTED]  Forest
> Hills, NY 11375
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
>
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] Script-Fu command reference?

2001-03-26 Thread Seth Burgess

Hi Roland,

The commands you can use are actually dynamic - they
are added to with every script and plug-in you add. 
You can see them all through the PDB (procedural
database) browser under the Xtns menu in the main
toolbox.  I think there's some scripts included with
gimp as well that will generate some printout of whats
aviable as well, but I'm not sure what it is at the
moment.

Happy GIMPing,
Seth Burgess
[EMAIL PROTECTED]

--- Roland Roberts <[EMAIL PROTECTED]> wrote:
> I've been looking all over and am drawing a blank
> trying to find
> references to the various commands I find in other
> people's scripts.
> Where can I find documentation on, for example,
> gimp-image-resize and
> the like?
> 
> roland
> -- 
>  PGP Key ID: 66 BC 3B CD
> Roland B. Roberts, PhD
> RL Enterprises
> [EMAIL PROTECTED] 76-15 113th
> Street, Apt 3B
> [EMAIL PROTECTED]  Forest
> Hills, NY 11375
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
>
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] beginning with The Gimp

2001-03-20 Thread Seth Burgess

Hi Eric,

You probably don't want to use Gimp for this task -
instead look at ImageMagick.  Specifically the convert
utility will do what you're wanting far better than
gimp, with less memory and far less headache. 
Scripting in general is a domain for a power-user of
gimp, and batch mode is even worse.  Unless you have
to do something only present in gimp, I'd suggest
using other tools for this.

Happy GIMPing,

Seth Burgess
[EMAIL PROTECTED]

--- Eric Belhomme <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I never used The Gimp before, and I have to use it
> in batch mode to convert picture from tif to jpg
> (gimp will be run from a java servlet) this is to
> carry pictures over the web...
> 
> So I would use gimp with a batch, but I found
> nothing about batch commands ! the gimp man page
> just specify the -b flag but nothing about the
> supported commands...
> I downloaded the pdf user manual : it just speaks
> about filters :-/
> And there is nothing on http://www.gimp.org about
> batch commands (or I didn't look the right place)
> 
> Where can I find support for batch ?
> 
> Best regards,
> 
> Eric Belhomme
> 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] transparent gifs

2001-03-16 Thread Seth Burgess

Remove the background layer and save.  Gimp doesn't
use "use this color as transparent" but instead uses
the transparency.

Happy GIMPing,

Seth Burgess
[EMAIL PROTECTED]

--- Johannes Zellner <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> how can I get transparency in gif (w/o giftrans) ?
> Suppose the following simple scenario:
> 
>  - two layers in RGB:
>1) some 'objects' with transparent background
>2) background layer with solid color, e.g.
> #ff
> 
> now I'd like to simply merge the two layers and save
> the result
> as gif with #ff marked as 'transparent'.
> 
> What I've tried already:
> I tried to merge the layers and then converted RGB
> --> indexed.
> Unfortunately the #ff gets converted to
> something else (which
> is close, but not exactly #ff) while indexing.
> 
> -- 
>Johannes
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
>
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] Palette / Index Covert Question

2001-03-14 Thread Seth Burgess

Unfortunately gimp doesn't have an indexed mode that
supports more than 256 colors (yet).  In general, the
indexed mode is rather neglected in gimp.  There may
be a plug-in to leave it RGB and reduce the number of
colors used, but I'm not sure what its name would be.

Best Regards,

Seth Burgess
[EMAIL PROTECTED]

--- Carol Spears <[EMAIL PROTECTED]> wrote:
> I am unable to convert an RGB image into an indexed
> image using a
> palette with more than 256 colors.
> 
> It didn't work with my palette of ~350 colors (DMC
> floss RGB
> equivalents) and it also didn't work with the
> visibone palette (the
> bigger one).
> 
> Is this something that I should have expected?
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
>
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] Selections & Transparency

2001-03-12 Thread Seth Burgess

Josh,

Sounds like what you want is my colortoalpha plug in,
that is distributed with 1.2.x.  I think its under
Filters/Color/Color To Alpha...

Just select white and click OK.  

Happy GIMPing,

Seth Burgess
[EMAIL PROTECTED] 

--- Josh Estelle <[EMAIL PROTECTED]> wrote:
> Hi everyone,
> 
> I'm not sure how to describe this question to make
> it very clear,
> but i'm going to do my best
> 
> What I have is an image, with some figure on a white
> background.
> The edges of the figure are not solid edges, it's
> kind of like
> the color blends into the white.
> 
> What I want to do is be able to turn all the white
> into transparent.
> But just selecting the white pixels does not do what
> I want, because
> it leaves like 'half-white' pixels around the edge
> of my image that
> look bad.  
> 
> For example, say we just look at one row of the
> image... 3 pixels
> to be specific...
> 
> the first pixel is white
> the next is pinkish (50% white, 50% red)
> and the third red
> (in that order across a row)
> 
> what i want to do is get a resulting image with:
> the first pixel transparent
> the next is 50% red and 50% transparent
> and the last is red.
> 
> Any ideas on a good way to do this?  I've been
> trying various things
> but nothing has worked well.
> 
> Thanks!
> 
> Josh
> 
> 
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
>
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] transparency with png

2001-03-12 Thread Seth Burgess

There's a couple of scripts that take a background
color (or layer) and make a thin halo around your
transparent image.  This won't make a smooth gradient,
but if you have some idea what your background is
going to be it looks great.  Even against a patterned
background the human eye is quite forgiving. 

The 2 I know offhand (I wrote one) are prep4gif and
alphaGif.

Happy GIMPing,

Seth Burgess
[EMAIL PROTECTED]

--- Bill Lee <[EMAIL PROTECTED]> wrote:
> Carl Constantine wrote:
> > 
> > On 3/12/2001 07:35, Carl Constantine at
> [EMAIL PROTECTED] wrote:
> > 
> > > On 3/12/2001 06:58, Jason P. Holland at
> [EMAIL PROTECTED] wrote:
> > >
> > >> Thanks for the quick response.  In IE 5.5, the
> background is light blue.  In
> > >> netscape 4.76 on my linux box, its black.  the
> graphic is at
> > >> http://jholland.nichware.net/alivepreview.html.
>  i have no clue.  seems like
> > >> it would work.  thanks for the help.
> > >
> > > It appears properly in MSIE 5.0 on the Mac.
> Netscape has a black background.
> > >
> > > I would hazard to guess that MSIE 5.5 on
> Winblows isn't fully alpha-png
> > > compatible just as suggested by Rebecca Walter.
> It must be supported in the
> > > browser for it to work.
> > >
> > 
> > I just thought of another approach, since the
> graphic looks quite nice with
> > the exception of the boarder around the main
> image, you can always try
> > cropping the image so there is no
> boarder/background. Then it won't matter
> > what browser you use, it will look correct.
> > 
> > --
> >
>

> > __   _
>   Carl B. Constantine
> >/ /  (_)__  __   __
>[EMAIL PROTECTED]
> >   / /__/ / _ \/ // /\ \/ /  (2.4.1)   
> ICQ: 26351441
> >  //_/_//_/\_ _/ /_/\_\  Stormix 2000
> > PGP
> key available on request
> >
>

> > 
> >   Up the line - out the server- past the firewall
> - nothing but Net!!
> 
> This approach works just fine unless the image has
> rounded corners, as many of
> mine do. Cropping leaves you with a rectangular
> image which, without a
> transparent background, causes annoying white (or
> whatever your background color
> is) artifacts outside the rounded corners.
> 
> Regards,
> 
> Bill Lee
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
>
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] gradient

2001-03-02 Thread Seth Burgess

Jeff,

I suspect Indira was referring to the results (the
gradients).  These you place in your
~/.gimp-1.2/gradients/ directory for an individual
user, or in your /usr/local/share/gimp/gradients/
directory for system-wide access. (both these are
defaults for 1.2 on a unix-like OS - if you installed
differently, your directions will vary).

Also, would you mind if I converted those scripts into
gimp-perl scripts callable from within gimp?  They
seem pretty useful!

Seth Burgess
[EMAIL PROTECTED]







--- Jeff Trefftzs <[EMAIL PROTECTED]> wrote:
> Indira asked -
> 
> >  Ok, I will try them out but how and where do I
> install them?
> 
> Depends on your system.  I'm running Linux, so I
> installed them 
> in my local bin directory:  ~/jeff/bin which is in
> my search 
> path.  If you have perl installed, then all you need
> to do is 
> run them at a shell prompt.  If you're running
> Windows you 
> should ask someone else.
> 
> BTW, if you're not familiar with perl, it's an
> interpreted 
> language good for doing almost anything you can
> imagine.  And it 
> is available on Windows systems, too.
> 
> HTH,
> 
> -- 
> --Jeff
> Jeff Trefftzs <[EMAIL PROTECTED]>
> http://www.tcsn.net/trefftzs  Home Page
> http://gug.sunsite.dk/gallery.php&artist=68   Gimp
> Gallery
> http://members4.clubphoto.com/jeff309574  A photo
> gallery
> http://www.photos4all.net/jefftzs Another photo
> gallery
> 
> 
> 
> 
> 
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
>
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] Lighting Effects

2001-02-23 Thread Seth Burgess

Also, exactly the same size.

Seth

--- Michael Spunt <[EMAIL PROTECTED]> wrote:
> Hi!
> 
> > I want to use the lighting effect with bump
> mapping so I check off the
> > little "enable bump mapping" check-box [x] and it
> allows me to change
> > the bump mapping settings.  So then I go to change
> the "bumpmap image"
> > >from "none" to another one of my images which I
> have open.  Unfortunately
> > when I click on the "bumpmap image" drop-down list
> the only thing in the
> > list is none, my other images don't show up as
> possibilities.
> 
> The bumpmap image should be flat and grayscale.
> 
> Hope it helps!
> 
> CU, Michael
> 
> --=[[EMAIL PROTECTED]]=--
> --=[ http://www.technoid.f2s.com ]=--
> 
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
>
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user