FreeImage in GIMP

2001-02-06 Thread Martin Weber
Now we could use the very very fast FreeImage (faster than Photoshop) in GIMP. Here the plan of the authot about FreeImage: FreeImage/FreeEffects dual license I am planning to dual license FreeImage and FreeEffects. People can choose between either GPL or the FreeImage license. If anyone can't

Denoise

2001-02-05 Thread Martin Weber
Denoising using min/max curvature could be found here: http://www.math.berkeley.edu/~sethian/Applets/java_files_denoising/image_denoising.java.main.html http://math.lbl.gov/~malladi/ http://www.math.berkeley.edu/~sethian/Papers/sethian.minmaxmean.ps.gz

ACE

2001-01-23 Thread Martin Weber
When will there be a new version of Kevin's/Alex's Adaptive Contrast Enhancement plugin? -- Sent through GMX FreeMail - http://www.gmx.net

configure

2001-01-17 Thread Martin Weber
There seems to be a problem in configure. If I use a freshly installed Linux without the headers of the kernel sources installed, configure runs without any error, but doesn't define certain variables. So the whole couldn't compile. The thing is that configure should check for the headers of the

Despeckle

2001-01-16 Thread Martin Weber
I need a better Despecling filter than the median filter. Can anyone help? Martin -- Sent through GMX FreeMail - http://www.gmx.net

Re: Re: FreeImage

2001-01-15 Thread Martin Weber
I am no GPL expert, but I think it is compatible to GPL, but it does not have a plugin interface. But is the license GPL compatible? And is it as flexible as the current plugin system? Lourens Martin Weber wrote: There is a very very fast (faster than Photoshop) image loader called

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

New Plugins

2000-12-29 Thread Martin Weber
Now that we have the new gimp 1.2.0 out, we should think about adding new plugins to the gimp. Here my proposal: 1. Stable plugins: Anti-Alias 0.8.1 Fixer Homogenizer logconv-1.2.1 mathmap-0.12 (make seamless in 0.11 works correctly in the Linux version, but in the windows version, the picture

Interesting effect

2000-11-21 Thread Martin Weber
A very interesting image effect could be found at the bottom of this page: http://www.cvgpr.uni-mannheim.de/weickert/demos.html -- Sent through GMX FreeMail - http://www.gmx.net

lzw Unisys

2000-11-14 Thread Martin Weber
A short question. I know that writting an lzw compressed file violates the Unisys patent but what is with reading such a file? Martin -- Sent through GMX FreeMail - http://www.gmx.net

BMP import

2000-11-03 Thread Martin Weber
The import filter for gray indexed bmp files works correctly when using gcc / Linux It does not work correctly when using Visual C++. If I use this compiler I have to comment out line 394/395. if (grey) *temp = cmap[*temp][0]; With this lines commented out it again doesn't work again with gcc /

Re: BMP import

2000-11-03 Thread Martin Weber
The problem is solved now and the bug report can be closed. Martin Martin Weber schrieb: The import filter for gray indexed bmp files works correctly when using gcc / Linux It does not work correctly when using Visual C++. If I use this compiler I have to comment out line 394/395

Scaling bitmaps

2000-08-17 Thread Martin Weber
Does anyone know the algorithms used by program S-spline to scale bitmaps. http://www.microterra.com/products.php3?Show=ProductID=25 Would be very interesting for GIMP, because it is much better then cubic bisplines

Cannot read 16 bit TGA iamges

2000-08-12 Thread Martin Weber
GIMP cannot read 16 bit TGA images. Those images can for example be generated by PaintShop Pro. Code that can read this kind of images can be found in ImageMagick (www.imagemagick.org) or SDL_image (http://www.devolution.com/~slouken/SDL/). FYI

PCX import

2000-08-12 Thread Martin Weber
I compared the time GIMP uses to load an image (several formats) into memory (not display) with several other programs like ImageMagick, XV, ... For most formats GIMP has a very good solution, but for PCX ImageMagick and XV loads the pictures 50 % faster into memory than GIMP. Where could pcx.c

Cannot read 16 bit TGA

2000-08-11 Thread Martin Weber
GIMP cannot read 16 bit TGA files. Has anyone a patch?

AXV

2000-05-05 Thread Martin Weber
AXV is a new image viewer that is much faster than GIMP: http://axv.sourceforge.net/ -- Sent through GMX FreeMail - http://www.gmx.net

BMP

2000-04-30 Thread Martin Weber
My url is up again for testing the bmp plugin: http://homepages.go.com/~martweb/BILLCAT5.bmp

Color Quantization

2000-04-06 Thread Martin Weber
The aim of GIMP is not only to be as good as Photoshop but become better than this program. So it would be fine to implement features that even commercial programs don't have. The common color quantization algorithms have many disadvantages, but there is a very new called Spatial Color

pnm plugin

2000-02-25 Thread Martin Weber
Can anyone extend the pnm plugin so it can export pbm?

Unnecessary code

2000-02-05 Thread Martin Weber
I found also that app/gimpui.c and app/gimpunit.c contain partially the same contents as libgimp/gimpui.c and libgimp/gimpunit.c

Saving pbm

2000-02-05 Thread Martin Weber
When I save pbm in GIMP it is not saved as pbm but as pnm. Martin

Re: Re: Performance

2000-02-03 Thread Martin Weber
I use SuSE Linux 6.2. I have 128 MB RAM. I use the default values for tile caching. I have a EIDE IBM 6,4 GB and 10 GB. I use on both a 128 MB partition as swap. Martin On Wed, Feb 02, 2000 at 08:13:56AM -0800, Martin Weber wrote: Here some performance tests on an Intel Celeron 333 with 128 MB

Performance

2000-02-02 Thread Martin Weber
Here some performance tests on an Intel Celeron 333 with 128 MB: BMP file, grayscale (8-bit), 1x7500 loading with ImageMagick 5.1.1: 20 min loading with GIMP 1.1.15: 10 min loading with Photopaint 8: 1 min 39 sec loading with Photoshop 5: 14 sec saveing with GIMP 1.1.15: 2 min 25 sec

file formats

2000-02-02 Thread Martin Weber
ImageMagick has import / export filters for fpx (only import), pbm, pict and ttf. I think we should include this fileformats also for GIMP

Colormanagement

2000-01-29 Thread Martin Weber
Here is an interesting colormanagement for future GIMP releases: http://www.abaforum.es/martim/lcms.htm

gflare

2000-01-27 Thread Martin Weber
Gflare uses gtkmultioptionmenu to select a gradient. Wouldn't it be better to use the same way to select a gradient like the main GIMP window? Cause I haven't the time to can someone else do this?

Filterpack problem

2000-01-21 Thread Martin Weber
I replaced the hsv_to_rgb routines of the plugin filterpack in fp_hsv.c by the routines in libgimp. You find the new version in the cvs. On my computer it works exactly as it worked before the patch. Stanislav told me that on his computer the Filterpack doesn't do anything. Is there someone other

Gimpressionist

2000-01-12 Thread Martin Weber
Here some interesting ideas for all Gimpressionist developers: http://reality.sgi.com/grafica/impression/ The algorithm can be found in the IBM patent

email / cvs

2000-01-10 Thread Martin Weber
Please change my email in the GIMP cvs from [EMAIL PROTECTED] to [EMAIL PROTECTED] Thanks Martin

sparkle

2000-01-10 Thread Martin Weber
In the sparkle plugin the data is written directly into tiles. Is there something that speaks against it?

Re: Call for plugin maintainance / gflare

2000-01-07 Thread Martin Weber
I ported Gflare to GIMP 1.1.x with additional help of Daniel Egger. Currently there is only one bug I know: When clicking on edit you get a warning message. I couldn't find the reason why. Please do not remove this plugin from GIMP but help to fix this small problem. Martin