Dcam Noise 2 V 0.50

  • Follow


Hello,

I have rewritten my denoising plugin and I would like to present it:

<http://registry.gimp.org/plugin?id=5610>

It has a new Feature now "Texture Detail" and this allows to control the 
"depth" of blurring.
I believe, it is a major improvement.

regards,

Peter
0
Reply Peter 5/22/2005 4:33:17 PM

On Sun, 22 May 2005 18:33:17 +0200, Peter Heckert wrote:

> Hello,
> 
> I have rewritten my denoising plugin and I would like to present it:
> 
> <http://registry.gimp.org/plugin?id=5610>
> 
> It has a new Feature now "Texture Detail" and this allows to control the 
> "depth" of blurring.
> I believe, it is a major improvement.
> 
> regards,
> 
> Peter
Being new to Gimp and using Debian Linux, where do I put the file at?

Thanks,
Art2U


0
Reply art2u 5/22/2005 7:30:36 PM


Hello Art2U,

  art2u wrote:
> On Sun, 22 May 2005 18:33:17 +0200, Peter Heckert wrote:
> 
>>Hello,
>>
>>I have rewritten my denoising plugin and I would like to present it:
>>
>><http://registry.gimp.org/plugin?id=5610>
>>
> 
> Being new to Gimp and using Debian Linux, where do I put the file at?
> 

It is C-source and it is installed with an invocation of  gimptool.
Short installation instructions are contained in source as comment block.

However, I am not sure, which .deb package is needed for debian in order 
to install gimptool if you dont already have it.

HTH,

Peter



0
Reply Peter 5/22/2005 9:00:57 PM

Hello Peter,

> It is C-source and it is installed with an invocation of gimptool.

Suggestion: Optional use parameter "install-admin", gimptool installs
the plugin for all users the and not only for the installing user.

,----
| $ gimptool --install-admin dcamnoise2.c
`----

Best wishes,
  Christoph
-- 
True misery for a man is when there are no more problems to be solved.
0
Reply Christoph 5/23/2005 5:39:57 AM

Dnia 2005-05-22 18:33, Peter Heckert napisa�(a):
> Hello,
> 
> I have rewritten my denoising plugin and I would like to present it:
> 
> <http://registry.gimp.org/plugin?id=5610>
> 

So, what can I do with this plugin under windows? :(

-- 
Best regards, Ann, Gregory and son Kamil (08.05.2005)
0
Reply ISO 5/23/2005 6:54:23 AM

Hello,

Ania i Grze� wrote:
> Dnia 2005-05-22 18:33, Peter Heckert napisa�(a):
> 
>> Hello,
>>
>> I have rewritten my denoising plugin and I would like to present it:
>>
>> <http://registry.gimp.org/plugin?id=5610>
>>
> 
> So, what can I do with this plugin under windows? :(
> 

Sorry I am unable to support windows and other exotic systems :)
So far I know, there are user groups for windows gimpers and possibly 
they can compile it and tell how to install.

Nevertheless the source is required, because it contains usage instructions.

A very recent collection of windows-gimp plugins can be found here:

<http://distantland.hp.infoseek.co.jp/gimp/plug-ins/>

and my plugin is contained also.

HTH,

Peter
0
Reply Peter 5/23/2005 3:15:32 PM

Peter Heckert wrote:

> Hello,
> 
> I have rewritten my denoising plugin and I would like to present it:
> 
> <http://registry.gimp.org/plugin?id=5610>


Hi Peter..

I have some trouble installing this one..  (I have installed earlier
versions of Dcam Noise with no problem).

There are a few warnings about unused variables, but the 
compile dies with this error:

    /usr/bin/ld: cannot find -lgtk-x11-2.0
    collect2: ld returned 1 exit status

Is there such a package as lgtk-x11-20 ?  (I can't find any reference
to it on the net)..  The closest I have are listed below.

/usr/lib/libgtk-x11-2.0.so.0
/usr/lib/libgtk-x11-2.0.so.0.600.4
/usr/lib/libgtk-x11-2.0.la

I recently compiled GIMP 2.2.7, so I must have all the libraries :-)



0
Reply Jim 5/23/2005 3:31:03 PM

Hello Jim,

Jim Townsend wrote:
> Peter Heckert wrote:
> 
> 
>>Hello,
>>
>>I have rewritten my denoising plugin and I would like to present it:
>>
>><http://registry.gimp.org/plugin?id=5610>
> 
> 
> 
> Hi Peter..
> 
> I have some trouble installing this one..  (I have installed earlier
> versions of Dcam Noise with no problem).
> 
> There are a few warnings about unused variables, but the 
> compile dies with this error:
> 
>     /usr/bin/ld: cannot find -lgtk-x11-2.0
>     collect2: ld returned 1 exit status
> 
> Is there such a package as lgtk-x11-20 ?  (I can't find any reference
> to it on the net)..  The closest I have are listed below.
> 
> /usr/lib/libgtk-x11-2.0.so.0
> /usr/lib/libgtk-x11-2.0.so.0.600.4
> /usr/lib/libgtk-x11-2.0.la
> 
> I recently compiled GIMP 2.2.7, so I must have all the libraries :-)
> 

I still use gimp 2.2.6.

dcamnoise2.c is plain c code, it doesnt make any reference to specific 
library-versions, that should be linked.
This is done by gimptool.
Therefore I think, that your development environment does not work.
Possibly "gimptool" is out-dated or you have multiple versions installed.

BTW, I have just uploaded version 5.1, which has improvements for 
edge-sharpness and should be less critical in adjustment. I also updated 
usage instructions, because usage details have changed (simplified).
Usage should be easier now.

HTH,

Peter
0
Reply Peter 5/23/2005 7:15:41 PM

Peter Heckert wrote:


> dcamnoise2.c is plain c code, it doesnt make any reference to specific
> library-versions, that should be linked.
> This is done by gimptool.
> Therefore I think, that your development environment does not work.
> Possibly "gimptool" is out-dated or you have multiple versions installed.

OK thanks..  I'll check gimptool and see if there is a newer version..



0
Reply Jim 5/23/2005 8:57:39 PM

8 Replies
625 Views

(page loaded in 0.157 seconds)

Similiar Articles:













7/27/2012 10:30:58 AM


Reply: