Re: [Gimp-developer] Blur plug-in

2004-06-07 Thread William Skaggs


Sven Neumann wrote: 
> So the question is, is anyone actually using this
> functionality? Are there scripts out there that rely on
> plug-in-blur-randomize to be available?

Christopher Curtis wrote:
> Is it possible to remove the dialog without removing the options?

Yes, it is possible, that's why Sven asked the question.  The
options don't have any obvious utility, though (repeat blurring
is nothing more than a very slow way of producing a Gaussian
blur), so there does not seem to be any good reason for keeping
the options unless deleting them will break something that 
already exists.

> Also, I skimmed the bug report, which was initially about a preview.
> Another random thought (based on my previous 'impossible' one: Does it
> seem possible to make a 'fixed' preview area somewhere (maybe in the
> layers dialog?) that all plugins have access to, instead of
> reimplementing each one?  Then maybe have this preview area call into
> the plugin to update itself when the user interacts with it? 

This could be done with some cleverness, but I would oppose it on
the grounds that the preview should be as near as possible to the 
controls.

Best,
  -- Bill
 

 
__ __ __ __
Sent via the KillerWebMail system at primate.ucdavis.edu


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


Re: [Gimp-developer] Blur plug-in

2004-06-07 Thread Christopher Curtis
Sven Neumann wrote:
I'd like to get some feedback on the following plan for the Blur
plug-in
(details are in http://bugzilla.gnome.org/show_bug.cgi?id=142318):
The plan is to remove the randomize and repeat functionality.
[...]
So the question is, is anyone actually using this
functionality? Are there scripts out there that rely on
plug-in-blur-randomize to be available?
Is it possible to remove the dialog without removing the options?
Also, I skimmed the bug report, which was initially about a preview.
Another random thought (based on my previous 'impossible' one: Does it
seem possible to make a 'fixed' preview area somewhere (maybe in the
layers dialog?) that all plugins have access to, instead of
reimplementing each one?  Then maybe have this preview area call into
the plugin to update itself when the user interacts with it?
I realize this may not be a practical thing, but it may be something
that someone else could run with ...
Chris
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


[Gimp-developer] Blur plug-in

2004-06-07 Thread Sven Neumann
Hi,

I'd like to get some feedback on the following plan for the Blur
plug-in
(details are in http://bugzilla.gnome.org/show_bug.cgi?id=142318):

The plan is to remove the randomize and repeat functionality. That
would allow us to also remove the (quite confusing) dialog.
Filters->Blur->Blur would then be a simple blur with a 3x3 convolution
kernel. It would be fast and easy to use but of course we it would be
less powerful. So the question is, is anyone actually using this
functionality? Are there scripts out there that rely on
plug-in-blur-randomize to be available?


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