[Gimp-developer] Adaptive Contrast Enhancement

2004-07-16 Thread Martin Weber
I started to port the plugin Adaptive Contrast Enhancement to GIMP-2.0, but
because I do not now enough about the internals I was not able to finish the
port. I think this plugin is very usefull, so is there anyone who could have
a look at and finish the port. Here you find it:
http://registry.gimp.org/plugin?id=1438

Greetings
Martin

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


[Gimp-developer] Floodfill

2003-02-10 Thread Martin Weber
I need a fast non recursive flood fill algorithm/code. Can anyone help me?

Thanks
Martin

-- 
+++ GMX - Mail, Messaging  more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!

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



[Gimp-developer] AntiGrain

2003-02-05 Thread Martin Weber
I think it would be very usefull to use Antigrain as vector renderer for
GIMP: http://www.antigrain.com/

-- 
+++ GMX - Mail, Messaging  more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!

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



[Gimp-developer] warning pixmap

2002-09-24 Thread Martin Weber

I use the following code:
  GdkPixmap *dot_gdk_pixmap;
  /* FIXME: These may not be visible at all resolutions or GTK themes. */
  dot_gdk_pixmap = 
gdk_pixmap_colormap_create_from_xpm_d(button-window,
  /* FIXME: colormap: */ NULL, 
  /* mask: */ NULL,
  /* transparent color: */ NULL,
  dot_xpm);

  for(i=0;i3;i++)
{
  dot[i] = gtk_pixmap_new(dot_gdk_pixmap, NULL);
}

a part of that is deprecated. How could I replace it?

-- 
Werden Sie mit uns zum OnlineStar 2002! Jetzt GMX wählen -
und tolle Preise absahnen! http://www.onlinestar.de

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



[Gimp-developer] Adaptive Contrast Enhancement

2002-09-23 Thread Martin Weber

I took over the development of the Adaptive Contrast Enhancement (ACE)
plugin (http://registry.gimp.org/plugin?id=1438) because Kevin does no longer
develope it. Shortly I released a bugfix version 0.6.42. Now I am looking for how
to improve it. If you have any ideas, patches or a better UI please mail me.
I am not a gtk expert so please help me to improve also this part.

Greetings
Martin

-- 
Werden Sie mit uns zum OnlineStar 2002! Jetzt GMX wählen -
und tolle Preise absahnen! http://www.onlinestar.de

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



[Gimp-developer] ACE plugin

2001-10-12 Thread Martin Weber

I have released a new version of the plugin Adaptive Contrast
Enhancement to the registry because Kevin doesn't support it anymore.
The gtk part is not perfect, so could anyone help to finish the gtk
part.

Thanks
Martin

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