Re: [Gimp-developer] Using drawables with preview

2006-12-05 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: :On Sun, 2006-12-03 at 14:52 -0800, [EMAIL PROTECTED] wrote: : : What I'm writing is straightforward- it's a linear (i.e. one-dimensional) unsharp :mask. (I'm probably not the first to do this, but it's a good learning opportunity, :and it confirmed my hunch that it

Re: [Gimp-developer] Using drawables with preview

2006-12-04 Thread Sven Neumann
Hi, On Sun, 2006-12-03 at 14:52 -0800, [EMAIL PROTECTED] wrote: What I'm writing is straightforward- it's a linear (i.e. one-dimensional) unsharp mask. (I'm probably not the first to do this, but it's a good learning opportunity, and it confirmed my hunch that it would work better against

Re: [Gimp-developer] Using drawables with preview

2006-12-03 Thread Sven Neumann
Hi, On Sun, 2006-12-03 at 12:05 -0800, [EMAIL PROTECTED] wrote: However, I want to annotate the PREVIEW (*without* modifying the original image's drawable) using gimp_pencil(). That requires a GimpDrawable, but rgn_out- i.e. the processed pixels which are used to create the preview's

Re: [Gimp-developer] Using drawables with preview

2006-12-03 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: :On Sun, 2006-12-03 at 12:05 -0800, [EMAIL PROTECTED] wrote: : However, I want to annotate the PREVIEW (*without* modifying the : original image's drawable) using gimp_pencil(). That requires a : GimpDrawable, but rgn_out- i.e. the processed pixels which are used to :

Re: [Gimp-developer] Using drawables with preview

2006-12-03 Thread Sven Neumann
Hi, On Sun, 2006-12-03 at 13:28 -0800, [EMAIL PROTECTED] wrote: That's exactly right; I realise that my original question got bogged down with specifics- sorry. Put simply, I want to use the high-level Drawable functions to draw a line or arrow on the preview window. The tutorial example

Re: [Gimp-developer] Using drawables with preview

2006-12-03 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: : :If that is true, then you definitely don't want to use : :gimp_pencil() or similar functions. : : Umm... that's *exactly* what I wanted to do. : But from your reply I guess that (a) it's not possible, or (b) it's a bad idea...? : :Anything is possible and there are

Re: [Gimp-developer] Using drawables with preview

2006-12-03 Thread David Gowers
On 12/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I didn't give any specific details, nor post my code, because I assumed that- once explained- the problem would be a general one with a straightforward answer. At the time, I thought it was easier to use the standard example, which was