Page 1 of 1

gflReduceNoise

Posted: Sun May 14, 2006 11:33 pm
by Marty
can't find the function in the vb bas files :(

Re: gflReduceNoise

Posted: Mon May 15, 2006 11:12 pm
by MaierMan
Marty wrote:can't find the function in the vb bas files :(
Then add the declaration yourself.
should look like this (not tested at all):

Code: Select all

Public Declare Function gflReduceNoise Lib "libgfle254.dll" (ByRef src As GFL_BITMAP, ByRef Dst As Long) As Integer

lib

Posted: Fri Jul 21, 2006 10:55 am
by Fisch
How can I use this functions in the asp component?

Re: lib

Posted: Mon Jul 24, 2006 7:15 am
by xnview
Fisch wrote:How can I use this functions in the asp component?
Currently, not possible