Re: Wow! The Resynthesizer

2000-07-14 Thread kelly

On Fri, 14 Jul 2000 10:31:17 -0700, Alex Harford [EMAIL PROTECTED] said:

http://www.csse.monash.edu.au/~pfh/resynthesizer/ 

Has anybody on the list tried this plug-in?  I'm at work right now so
I can't try it, but I am going to as soon as I get home.  Basically
it is for removing things from images automatically, and also working
with textures/tileable images.

I just tried it, and both it and homogenizer crashed on
initialization with segfaults.  I have gimp 1.1.23 here; I'm updating
from CVS at the moment and will try it again after that completes
(which will probably be sometime tomorrow).

Kelly



Re: GIF license policy

2000-03-02 Thread Kelly Lynn Martin

On Thu, 02 Mar 2000 09:12:07 +0100, Hubert Froehlich [EMAIL PROTECTED] 
said:

We want to use gimp to transform cartographic vector data into GIF
images for use in the internet.  However, the rights on the GIF
format are owned by Compuserve.

AFAIK, any software *producing* GIF images (such as Photoshop and all
that stuff) has to pay license fees to Compuserve. The software user,
then , has got the right to produce ANY amount of images.

I would strongly urge you to use some other format if you're concerned 
about the legal BS that surrounds the LZW patent.  PNG should will work
nicely for your purposes.

Kelly



Re: Script-Fu from Perl-Fu?

2000-01-27 Thread Kelly Lynn Martin

On Thu, 27 Jan 2000 11:35:22 +0100, Stephan Skrodzki 
[EMAIL PROTECTED] said:

Yeah, now, after upgrading to 1.1.14 ... all you said came true:

Gimp crashes :-)

Maybe you should try 1.1.15, which is the most recent developer's
release. :)

Kelly



Re: explaination of how to unsubscribe from gimp-user

2000-01-26 Thread Kelly Lynn Martin

On Wed, 26 Jan 2000 15:59:26 -0500 (EST), Steve Morris [EMAIL PROTECTED] said:

Sorry for the clutter. I know this is redundant. I just thought it
would be good to get this into the archives under a subject which
distinguishes it from posts that contain unsubscribe requests and
flames in reply.

Perhaps we should make a weekly FAQ posting that includes unsubscribe
information.  Sigh.

Kelly



Re: business charts / statistics graphic

2000-01-25 Thread Kelly Lynn Martin

On Tue, 25 Jan 2000 15:23:33 +0100, Mirek Szymczak [EMAIL PROTECTED] said:

I´m actually new to gimp and i don´t know what this porgram can do .
I need to create a statistic (mail usage) with "beautifull" charts ,
the data is stored in a database , can i do this with gimp ? can i
write a script fu for this ? how does it work , has someone an
example?

This sounds like something for which gnuplot would be a better
candidate.

Kelly



Re: Script-Fu from Perl-Fu?

2000-01-24 Thread Kelly Lynn Martin

On Sun, 23 Jan 2000 18:43:03 +0100, [EMAIL PROTECTED] (Stephan 
Skrodzki) said:

Howdy,
I'd like to use a Script-Fu script from within gimp-perl a Gimp tells me:

function/macro "shadow" not found in Gimp at 
/home/skrodzki/.gimp-1.1/plug-ins/marly-text-button line 39 (ERROR)

And excerpt of the script:

use Gimp qw(:auto __);
use Gimp::Fu;

$unsel_lay = gimp_layer_new($img, $img-width, $img-height,
 RGB, "Unsel Shadow", 100, NORMAL_MODE);
$unsel_lay-add_layer(-1);
gimp_layer_add_alpha($unsel_lay);
gimp_edit_clear($unsel_lay);
script-fu-drop-shadow(0,$unsel_lay,8,8,15,"black",60,1);
 ^

Try using script_fu_drop_shadow (underlines, not dashes).

Perl parses this as script - fu - drop - shadow ().  The first
three evaluate to zero, and the last to a call to the (undefined)
subroutine shadow.

return $img;
}

Kelly



Re: Installation gimp 1.1.15 /2

2000-01-17 Thread Kelly Lynn Martin

On Sun, 16 Jan 2000 19:58:18 +0100, Hago Ziegler [EMAIL PROTECTED] said:

  /usr/include/gdk/gdkprivate.h:31: X11/Xlib.h: No such file or directory
  /usr/include/gdk/gdkprivate.h:32: X11/Xutil.h: No such file or directory

You're missing the X includes.  Did you install the X development
libraries?  A standard X install does not include these.

Kelly



Re: selection+-

2000-01-15 Thread Kelly Lynn Martin

On Fri, 14 Jan 2000 13:20:52 +0100, robert schiffers [EMAIL PROTECTED] said:

thanx for all your help. i found a solution to my problem, which
seems easy to me. just reinstall your KDE.  worked for me :-)

Um, that's a Windows mentality.  Here in the real world, "just
reinstall" is not a solution.

Kelly



Re: Cheap Machine for Gimp?

2000-01-15 Thread Kelly Lynn Martin

On Sat, 15 Jan 2000 00:30:55 +0100, [EMAIL PROTECTED] (Guillermo S. Romero / Familia 
Romero) said:

My question is what is the minimal machine configuration for Gimp to
work reasonably fast?  What CPU, how much RAM, what video card (to

As CPU a K7, ie, but the serious point about this is lots of RAM and
fast HD, cos if all the task can be done in RAM, you will go really
fast. If for some reason you have to touch HD, it must be fast, maybe
get two smaller instead of one big.

Piddle.  I use GIMP on a P120 with 88 megs of RAM and two relatively
uninteresting hard drives.  It's not blazing, but it's adequately fast
for me.

Kelly



Re: Fileinfo plug-in

2000-01-13 Thread Kelly Lynn Martin

On Thu, 13 Jan 2000 14:39:29 -0500, Martin Edlman [EMAIL PROTECTED] said:

   Do GIMP release maintainers read this conference? I hope
so. What do I need to do to make my plug-in to be in next GIMP
release?

Actually, we're thinking of removing plugins from the current
distribution, not adding new ones.  Just put your plugin in the
registry. :)

Kelly



Re: selection+-

2000-01-13 Thread Kelly Lynn Martin

On Thu, 13 Jan 2000 11:51:38 -0800 (PST), Alex Harford [EMAIL PROTECTED] said:

Everything seems to work fine on my system (1.1.13).  I would
recommend that you upgrade to the latest version, since the unstable
tree changes quite quickly.  I'm not a developer, so I don't really
keep track of bugs, but I know that there were some selection related
bugfixes recently.

If upgrading does not solve your problem, query the developer's list,
and describe your entire setup, ie; Gimp version, GTK+, your
platform, etc.

Filing a bug report would be nice too.  Mail to [EMAIL PROTECTED]
with "Package: gimp" on the first line of the body.

Kelly