Re: swap files

1999-10-09 Thread Jay Cox
ed when we crash would solve this problem. The cases where this will not work should be rare enough not to worry about. Jay Cox [EMAIL PROTECTED]

Re: New plug-in

2000-01-13 Thread Jay Cox
the current qicksort like algorithm. One other possible optimization would be to disregard duplicated patches from the corpus image. Jay Cox [EMAIL PROTECTED] PS: This plugin is very cool, congratulations to the author!

Re: IrfanView

2000-05-29 Thread Jay Cox
it easier for other applications to display xcf files. It seems to me like we should provide a libxcf for applications such as this. Jay Cox [EMAIL PROTECTED]

Re: Configure --with-mp=yes Who wants it?

2000-09-14 Thread Jay Cox
, but I am rather biased. Jay Cox [EMAIL PROTECTED]

Re: Logarithmic histogram

2001-02-05 Thread Jay Cox
using a log y axis (ie pixel count) ever since the histogram widget was writen. Jay Cox checked in the initial rev (including log scale) in March 1999. I've played around a bit with gimp looked at some web-based tutorials for histogram use in photoshop, and while I agree that gimp's log axis

Re: incorrect mask handling in histogram calculation

2001-02-05 Thread Jay Cox
or not. Clearly the original intent of the code was to use the mask in the calculation. Thanks for digging these bugs up, Jay Cox [EMAIL PROTECTED]

Re: How do you run scripts synchronously?

2001-02-07 Thread Jay Cox
rasite */ rest of plugin goes here In your scheme function you will want to add a parasite to the image with the name "myplugin-mutexlock" as the last statement in the script. Of course if your script-fu bombs out your plugin will never return. Hope This helps, Jay Cox [EMAIL PROTECTED]