gflReduceNoise

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: helmut, XnTriq, xnview

Post Reply
Marty

gflReduceNoise

Post by Marty »

can't find the function in the vb bas files :(
MaierMan
Posts: 78
Joined: Wed Aug 04, 2004 8:32 pm
Contact:

Re: gflReduceNoise

Post 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
Fisch

lib

Post by Fisch »

How can I use this functions in the asp component?
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: lib

Post by xnview »

Fisch wrote:How can I use this functions in the asp component?
Currently, not possible
Pierre.
Post Reply