
gflReduceNoise
Moderators: helmut, XnTriq, xnview
Re: gflReduceNoise
Then add the declaration yourself.Marty wrote:can't find the function in the vb bas files
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
Re: lib
Currently, not possibleFisch wrote:How can I use this functions in the asp component?
Pierre.