OSDN Git Service

Capture the region detected previously on failure to detect
[buragesnap/BurageSnap.git] / BurageSnap / Capture.cs
2015-11-27 KazuhiroCapture the region detected previously on failure to...
2015-11-26 KazuhiroOutput the image on failure to detect
2015-11-26 KazuhiroFix miss detecection of a game screen with small white...
2015-10-15 KazuhiroRound up each size to a multiple of 10
2015-10-15 KazuhiroDetect a rectangle with vaguer edges
2015-10-03 KazuhiroCapture by 24bpp to reduce memory consumption
2015-10-01 KazuhiroFix the failure of detecting a game screen on Firefox...
2015-09-29 KazuhiroEliminate a debug output
2015-09-28 KazuhiroImprove the algorithm to detect a rectangle
2015-09-28 KazuhiroUse Graphics.CopyFromScreen instead of BitBlt
2015-09-27 KazuhiroRefactor FormMain into some classes