OSDN Git Service

Fix an off-by-one bug
[buragesnap/BurageSnap.git] / BurageSnap / Capture.cs
2017-05-11 Kazuhiro FujiedaFix an off-by-one bug
2017-05-11 Kazuhiro FujiedaAdd a test program
2016-09-24 Kazuhiro FujiedaShow a balloon tip when captured
2016-09-23 Kazuhiro FujiedaDivide detect errors into detailed errors
2016-09-23 Kazuhiro FujiedaCapture the current playing game in specified games
2016-01-25 KazuhiroRecognize a white line as an edge only when it has...
2015-12-30 KazuhiroChange the license to Apache License, Version 2.0
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