Re: [Gimp-developer] Image restoration plugin

2004-09-14 Thread Tor Lillqvist
Thierry Pierron writes: > That library has a very efficient algorithm for restoring > lossy-compression image format. Hmm, do you maybe mean effective and not efficient? The application of this that I would be most interested in is denoising. I tried the pde_TschumperleDeriche2D example program

Re: [Gimp-developer] previewarea and drawablepreview

2004-09-14 Thread geert jordaens
David Odin wrote: On Tue, Sep 14, 2004 at 10:23:10PM +0200, geert jordaens wrote: why not just using GimpPreviewArea in a frame? : Well applying a plugin on a 3000*2000 pixel image could take a lot of time. Making the preview scrollable and applying the effect on the "viewable" part solves mos

Re: [Gimp-developer] previewarea and drawablepreview

2004-09-14 Thread David Odin
On Tue, Sep 14, 2004 at 10:23:10PM +0200, geert jordaens wrote: > > why not just using GimpPreviewArea in a frame? : > Well applying a plugin on a 3000*2000 pixel image could take a lot of time. > Making the preview scrollable and applying the effect on the "viewable" > part solves most of the t

[Gimp-developer] Re: Image restoration plugin

2004-09-14 Thread GSR - FR
[EMAIL PROTECTED] (2004-09-14 at 1610.13 -0400): > If no, I'm extremely motivated to write that plugin (or help people that are > writing one). But, well, it could be fine if we can avoid redundant project. None I know, I raised the topic some time ago. Another suggestion about this lib: fake mot

Re: [Gimp-developer] previewarea and drawablepreview

2004-09-14 Thread geert jordaens
David Odin wrote: On Tue, Sep 14, 2004 at 07:42:18PM +0200, geert jordaens wrote: hello, I'm trying to catch up with the changes concerning the preview widget Could somebody explain me why the functions gimp_preview_area_menu_popup gimp_preview_area_menu_new gimp_preview_area_me

[Gimp-developer] Image restoration plugin

2004-09-14 Thread Thierry Pierron
Hello all of you, I'm new to this list, and I wish to know if somebody here is already involved in integrating some aspect of the CImg library inside a gimp plugin. That library has a very efficient algorithm for restoring lossy-compression image format. But the most impressive part in the image

Re: [Gimp-developer] previewarea and drawablepreview

2004-09-14 Thread David Odin
On Tue, Sep 14, 2004 at 07:42:18PM +0200, geert jordaens wrote: > hello, > > I'm trying to catch up with the changes concerning the preview widget > Could somebody explain me why the functions > > gimp_preview_area_menu_popup > gimp_preview_area_menu_new > gimp_preview_area_menu_toggled > > ar

Re: [Gimp-developer] Console window on Win32

2004-09-14 Thread [EMAIL PROTECTED]
See KB article 818361 concerning disabling the close button on the title bar. This seems to be the important part: hWnd = ObtainWindowHandle(name); hMenu = GetSystemMenu(hWnd, false); DeleteMenu(hMenu, 6, 1024); I haven't tried it. You probably have the window handle and don't need the first l

[Gimp-developer] previewarea and drawablepreview

2004-09-14 Thread geert jordaens
hello, I'm trying to catch up with the changes concerning the preview widget Could somebody explain me why the functions gimp_preview_area_menu_popup gimp_preview_area_menu_new gimp_preview_area_menu_toggled are located in gimppreviewarea this way the preview area is not a basic replacement fo

Re: [Gimp-developer] Re: New Image dialog usability bug

2004-09-14 Thread Alan Horkan
On Mon, 13 Sep 2004, Danni Coy wrote: > Date: Mon, 13 Sep 2004 22:36:07 +1000 > From: Danni Coy <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [Gimp-developer] Re: New Image dialog usability bug > > Why not have the entries for size have drop down menus allowing the user to > select the l

Re: [Gimp-developer] Console window on Win32

2004-09-14 Thread Alif Wahid
Hi, It doesn't make sense to have such log windows as a part of GLIB. Sounds like this sort of log window could really come in handy as part of GTK perhaps? I think somehow the console window can be made closeable but when closed, doesn't shut down the whole app, then that would be ideal solution