[Gimp-user] PLT/HPGL plug-in ?

2003-07-02 Thread Giampaolo Bellini
Hi... is there a plugin that allow to open a PLT file in gimp ?

thanks in advance,

   Giampaolo

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


[Gimp-user] Re: Hex Drawing

2003-07-02 Thread Guillermo S. Romero / Familia Romero
[EMAIL PROTECTED] (2003-07-01 at 1953.26 -0300):
> hmm.. I think I will just write a Python plugin for drwaing the  hexes 
> straight into The Gimp. It seens that people like it at all.

A special purpose filter would be nice, like the Grid or Checkerboard
ones; a lot if it does not show the "small" size limits of Mosaic (see
next).

> And yes, when I first designed this script, it was also for drawing a
> board for a game. :-)

There is another way to do hexagons (discovered it while trying to
make surfaces with holes in hex pattern): Mosaic filter with white
layer as input, set Tile Neatness to 1.0, Tile Spacing to the line
thickness you want, Tile Height to 1.0 and Color Variation to 0.0.
Sadly, max size is 100 pixels.

For the curious, after getting the basic shape, some blur+levels
iterations and you get round holes. I have the script if anybody wants
it (Perl one working, Scheme translation not finished :[ ).

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


Re: [Gimp-user] Fonts in 1.3.15

2003-07-02 Thread Nick Wilson

* and then Sven Neumann declared
> Yes, with 1.3 you need the tool options even more than you did with
> 1.2.  That's why the new default session setup has the tool-options
> docked below the toolbox.

Hi all, I'm having trouble working out where the color change is located
on 1.2 can somone plese help?

Many thanks...

-- 
Nick W


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


Re: [Gimp-user] Re: gimp-ace plug-in halts during "./configure"

2003-07-02 Thread Sven Neumann
Hi,

Edward Perkins <[EMAIL PROTECTED]> writes:

> Yes. And as I said, I have installed several other gimp plug-ins
> both of the type requiring: ./configuremakemake install, and
> some that implement the various options of the gimptool with no
> problems.

OK. It's then time to examine config.log to find out what exactly
failed.


Sven

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


Re: [Gimp-user] Re: gimp-ace plug-in halts during "./configure"

2003-07-02 Thread Manish Singh
On Wed, Jul 02, 2003 at 06:56:31AM -0500, Edward Perkins wrote:
> >Sven Neumann writes:
> >
> > So, is gimptool in your path or not? That is, can you run
> > 'gimptool --version' ?
> >
> >
> > Sven
> > --
> 
> 
> Yes. And as I said, I have installed several other gimp plug-ins both of the 
> type requiring: ./configuremakemake install, and some that implement 
> the various options of the gimptool with no problems.

The configure script in that tarball is broken. Try:

http://www.yosh.org/gimp-ace-0.6.41-fixed.tar.gz 

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


[Gimp-user] Re: gimp-ace plug-in halts during "./configure"

2003-07-02 Thread Edward Perkins
>Sven Neumann writes:
>
> So, is gimptool in your path or not? That is, can you run
> 'gimptool --version' ?
>
>
> Sven
> --


Yes. And as I said, I have installed several other gimp plug-ins both of the 
type requiring: ./configuremakemake install, and some that implement 
the various options of the gimptool with no problems.

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


Re: [Gimp-user] Fonts and GIMP

2003-07-02 Thread Carol Spears
Nick Wilson wrote:

Hi all, 

I managed to install the sharfonts and freefonts on my RH machine and
they show in the font servers list of fonts but do NOT show in Gimp.
Can anyone point me in the right direction please? I run GIMP under KDE
if that makes any difference...
Many thanks...

 

if you are using gimp-1.2 then you should get the gimp-freetype plug-in. 
http://freetype.gimp.org .  Get the one with a 2 in it.

carol



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


[Gimp-user] Fonts and GIMP

2003-07-02 Thread Nick Wilson
Hi all, 

I managed to install the sharfonts and freefonts on my RH machine and
they show in the font servers list of fonts but do NOT show in Gimp.

Can anyone point me in the right direction please? I run GIMP under KDE
if that makes any difference...

Many thanks...

-- 
Nick W


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


Re: [Gimp-user] Fixing Hot/Stuck/Dead Pixels?

2003-07-02 Thread Carol Spears
Brian White wrote:

let me suggest thinline.c available at the registry.
   

Okay.  I found it, but I the English documentation page seems to be gone.
What does it do and how do I use it?
 

I have a digital camera which has developed a few stuck pixels and I'd
like to automate the process of fixing them.
I figure I can create either a bitmap with said pixels set or a text list
of pixel coordinates, but how can I get Gimp to do an interpolation of
the surrounding pixels at each of those points?
 

I was thinking some more and figure I might be able to do it as script-fu
(I've always wanted to learn scheme).  It wouldn't be fast, but there are
only a few pixels to do.
 Brian
 ( [EMAIL PROTECTED] )
---
 Generated by Signify v1.10.  For this and more, visit http://www.debian.org/


 

I guess I would use the gimptool to install this filter.  just typing 
"gimptool" in the command line will show the very helpful help menu.

carol



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


Re: [Gimp-user] Fixing Hot/Stuck/Dead Pixels?

2003-07-02 Thread Brian White
> let me suggest thinline.c available at the registry.

Okay.  I found it, but I the English documentation page seems to be gone.
What does it do and how do I use it?


> >I have a digital camera which has developed a few stuck pixels and I'd
> >like to automate the process of fixing them.
> >
> >I figure I can create either a bitmap with said pixels set or a text list
> >of pixel coordinates, but how can I get Gimp to do an interpolation of
> >the surrounding pixels at each of those points?

I was thinking some more and figure I might be able to do it as script-fu
(I've always wanted to learn scheme).  It wouldn't be fast, but there are
only a few pixels to do.

  Brian
  ( [EMAIL PROTECTED] )

---
  Generated by Signify v1.10.  For this and more, visit http://www.debian.org/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Fixing Hot/Stuck/Dead Pixels?

2003-07-02 Thread Bruno Postle
On Tue 01-Jul-2003 at 09:52:03PM -0400, Brian White wrote:
> 
> I have a digital camera which has developed a few stuck pixels and
> I'd like to automate the process of fixing them.

Try Jpegpixi:

http://jpegpixi.sourceforge.net/

"Jpegpixi" is short for "JPEG pixel interpolator". The intent of
the program is to interpolate pixels in JFIF images (commonly
referred to as "JPEG images"). This is useful to correct images
from a digital camera with CCD defects. For example, if one
pixel is always bright green, this pixel can be interpolated
away with jpegpixi.

Jpegpixi is unique in that it tries to preserve the quality of
the JFIF image as much as possible.

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