Description:
function that transforms bitmap and returns it to Imager.
Definition:
function FIPISfilter(info: PChar; app: THandle; img:
hBitmap):hBitmap; stdcall;
Variables:
info - registration string
app - calling process handle
img - handle of bitmap to transform
Should return:
bitmap handle - if success
0 - if failed or cancelled
Notes:
n/a
|