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

Various discussion boards for XnView and related products
https://newsgroup.xnview.com/
Then add the declaration yourself.Marty wrote:can't find the function in the vb bas files
Code: Select all
Public Declare Function gflReduceNoise Lib "libgfle254.dll" (ByRef src As GFL_BITMAP, ByRef Dst As Long) As Integer
Currently, not possibleFisch wrote:How can I use this functions in the asp component?