Plugin patches

2001-01-14 Thread Jens Christian Restemeier

Hi,

I recently got a bug report for QBist, and in turn made a new version.
What is the easiest way to get it into CVS-Gimp ? I made a patch, but
the patches directory on ftp.gimp.org doesn's seem to be cleaned for 2
years, and the latest CVS version doesn't have the changes from the
newest version on the plugin repository.

-- Jens



Re: retrieving available font list via Gimp-perl

2001-01-14 Thread Marc Lehmann

On Thu, Jan 11, 2001 at 01:25:36AM -0600, Rick Bradley [EMAIL PROTECTED] wrote:
 generate images on the fly.  Currently I am hardcoding the names of
 fonts into a list in the script (or allowing them to be passed as

Just use xlsfonts and pray. That's what everybody uses. Times will get
very bad when gimp supports truetype fonts but the Gtk requestor in
plug-ins doesn't know them ;)

-- 
  -==- |
  ==-- _   |
  ---==---(_)__  __   __   Marc Lehmann  +--
  --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED] |e|
  -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
The choice of a GNU generation   |
 |



Re: gauss_rle bad error (indexed image)

2001-01-14 Thread Marc Lehmann

On Thu, Jan 11, 2001 at 10:22:04PM -0600, Rick Bradley [EMAIL PROTECTED] wrote:
 I've run into a problem with gauss_rle and perl-called script-fu's in
 Gimp 1.1.29.

You might try to upgrade. The communication with script-fu from other
plug-ins was broken until very, very recently, and I am not sure it works
correctly now. It is unlikely to be a problem with perl as it proved to
never be the problem so far (and it works with everything else).

  - On those script-fu's which internally use gauss_rle I get the
 following error in the server output log:

Try to call Gimp::set_trace(Gimp::TRACE_TYPE) before the call to script-fu
and check the arguments. If these are correct then you might fail for the
corruption bug in libgimp or something new.

(It could also be a bug directly in the scheme interpreter, but I think
that's unlikely)

However, it might also be a bug in the script-fu script. Sicne there is
no form of type-checking it is very customary for script-fu scripts to
only work directly after starting the gimp, or when certain conditions are
met. For example, it could pass in a layer id instead of an image id.

-- 
  -==- |
  ==-- _   |
  ---==---(_)__  __   __   Marc Lehmann  +--
  --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED] |e|
  -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
The choice of a GNU generation   |
 |



Re: Plugin patches

2001-01-14 Thread Sven Neumann

Jens Christian Restemeier [EMAIL PROTECTED] writes:

 I recently got a bug report for QBist, and in turn made a new version.
 What is the easiest way to get it into CVS-Gimp ? I made a patch, but
 the patches directory on ftp.gimp.org doesn's seem to be cleaned for 2
 years,

The patches directory may look a bit untidy, but it's not as worth as 
you mention. If you upload a patch and this patch applies clean, you 
can expect your patch to be applied to CVS within a few days.

You can also ask someone who has CVS access to apply the patch for you.

You can also ask for CVS write access and apply the patch yourself. 

 and the latest CVS version doesn't have the changes from the
 newest version on the plugin repository.

This is very bad! How could this have happened?


Salut, Sven




Re: Color calibration in X

2001-01-14 Thread Marc Lehmann

On Fri, Jan 12, 2001 at 01:30:22PM -0500, oliver [EMAIL PROTECTED] wrote:
   I was curious, how much support does X have for useful color calibration?

A lot. It depends on the server, and xfree does not do much. Basically, the
best you can do is to code it in your application.

However, you can calibrate your card/monitor combination and tell your
X-server about it, after which applications can query all neceessary
parameters (and do calulcations) with Xcms. Gimp does not implement this
yet.

   I know that 4.0 adds gamma adjustment.

Hmm, how is this "added" gamma adjustment different to the gamma
adjustment in 3.x? ;)

 What about the coordiantes of the white point and primaries?

You can set them using properties on the root window, which Xcms
uses. Look for Xcms and XDCCC.

   That is, is it possible to do anything meaningful with ICCs under X?

Poissible, yes, but not in practice (I don't know of any programs that
evaluate icc profiles, and no useful program that evaluates these).

-- 
  -==- |
  ==-- _   |
  ---==---(_)__  __   __   Marc Lehmann  +--
  --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED] |e|
  -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
The choice of a GNU generation   |
 |



Re: Plugin patches

2001-01-14 Thread egger

On 14 Jan, Jens Christian Restemeier wrote:

 I recently got a bug report for QBist, and in turn made a new version.
 What is the easiest way to get it into CVS-Gimp ? I made a patch, but
 the patches directory on ftp.gimp.org doesn's seem to be cleaned for 2
 years, and the latest CVS version doesn't have the changes from the
 newest version on the plugin repository.

 Send it over and I'll review it.

-- 

Servus,
   Daniel




plugins

2001-01-14 Thread Martin Weber

Could we now start and add new plugins to GIMP cvs?

Martin

-- 
Sent through GMX FreeMail - http://www.gmx.net




GIMP 1.3x - gradients

2001-01-14 Thread Martin Weber

We should change the behavior of the selection of gradients in gflare and
we should allow functions to be used as gradients in GIMP like random in
gflare.

-- 
Sent through GMX FreeMail - http://www.gmx.net




FreeImage

2001-01-14 Thread Martin Weber

There is a very very fast (faster than Photoshop) image loader called
FreeImage:
http://home.wxs.nl/~flvdberg/
With small adoptions it also runs with Linux.

-- 
Sent through GMX FreeMail - http://www.gmx.net