Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
capture screen and manupulation with FreeImage.dll
#2
i don't have free image but from a quick look could probably do something like this
instead of saving the file get the bitmap handle  from CaptureImageOnScreen
Code:
Copy      Help
FiBitmap x xG
__GdiHandle hb
CaptureImageOnScreen 1 1 1119 680 "" hb;err ret
x.FromHBITMAP(hb)
xG.Attach(FIMG.FreeImage_ColorQuantizeEx(x,0,16,0,0))


Messages In This Thread
RE: capture screen and manupulation with FreeImage.dll - by Kevin - 08-03-2020, 02:19 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)