├── .gitignore ├── CGdipSnapshot.ahk ├── README.md ├── Screenshot Tool example.ahk ├── Setup.exe ├── benchmark.ahk └── example.ahk /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evilC/AHK-CGDipSnapShot/HEAD/.gitignore -------------------------------------------------------------------------------- /CGdipSnapshot.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evilC/AHK-CGDipSnapShot/HEAD/CGdipSnapshot.ahk -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evilC/AHK-CGDipSnapShot/HEAD/README.md -------------------------------------------------------------------------------- /Screenshot Tool example.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evilC/AHK-CGDipSnapShot/HEAD/Screenshot Tool example.ahk -------------------------------------------------------------------------------- /Setup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evilC/AHK-CGDipSnapShot/HEAD/Setup.exe -------------------------------------------------------------------------------- /benchmark.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evilC/AHK-CGDipSnapShot/HEAD/benchmark.ahk -------------------------------------------------------------------------------- /example.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evilC/AHK-CGDipSnapShot/HEAD/example.ahk --------------------------------------------------------------------------------