├── BRA.ahk ├── Gdip.Tutorial.1-Draw.Shapes.ahk ├── Gdip.Tutorial.10-Rotate.Flip.or.Mirror.an.image.ahk ├── Gdip.Tutorial.11-Using.BRAs.to.perform.animations.ahk ├── Gdip.Tutorial.12-Pixelate.a.bitmap.using.machine.code.ahk ├── Gdip.Tutorial.2-Draw.Outlined.Shapes.ahk ├── Gdip.Tutorial.3-Create.Gui.From.Image.ahk ├── Gdip.Tutorial.4-Draw.Circles.ahk ├── Gdip.Tutorial.5-Create.Bitmap.ahk ├── Gdip.Tutorial.6-Image.Editing.ahk ├── Gdip.Tutorial.7-Draw.draggable.rounded.rectangle.ahk ├── Gdip.Tutorial.8-Write.text.onto.a.gui.ahk ├── Gdip.Tutorial.9-Create.a.progress.bar.on.standard.gui.ahk ├── Gdip.ahk ├── Gdip.tutorial.file-fish.bra ├── README.md ├── background.png └── gdiplus.dll /BRA.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tariqporter/Gdip/HEAD/BRA.ahk -------------------------------------------------------------------------------- /Gdip.Tutorial.1-Draw.Shapes.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tariqporter/Gdip/HEAD/Gdip.Tutorial.1-Draw.Shapes.ahk -------------------------------------------------------------------------------- /Gdip.Tutorial.10-Rotate.Flip.or.Mirror.an.image.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tariqporter/Gdip/HEAD/Gdip.Tutorial.10-Rotate.Flip.or.Mirror.an.image.ahk -------------------------------------------------------------------------------- /Gdip.Tutorial.11-Using.BRAs.to.perform.animations.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tariqporter/Gdip/HEAD/Gdip.Tutorial.11-Using.BRAs.to.perform.animations.ahk -------------------------------------------------------------------------------- /Gdip.Tutorial.12-Pixelate.a.bitmap.using.machine.code.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tariqporter/Gdip/HEAD/Gdip.Tutorial.12-Pixelate.a.bitmap.using.machine.code.ahk -------------------------------------------------------------------------------- /Gdip.Tutorial.2-Draw.Outlined.Shapes.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tariqporter/Gdip/HEAD/Gdip.Tutorial.2-Draw.Outlined.Shapes.ahk -------------------------------------------------------------------------------- /Gdip.Tutorial.3-Create.Gui.From.Image.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tariqporter/Gdip/HEAD/Gdip.Tutorial.3-Create.Gui.From.Image.ahk -------------------------------------------------------------------------------- /Gdip.Tutorial.4-Draw.Circles.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tariqporter/Gdip/HEAD/Gdip.Tutorial.4-Draw.Circles.ahk -------------------------------------------------------------------------------- /Gdip.Tutorial.5-Create.Bitmap.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tariqporter/Gdip/HEAD/Gdip.Tutorial.5-Create.Bitmap.ahk -------------------------------------------------------------------------------- /Gdip.Tutorial.6-Image.Editing.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tariqporter/Gdip/HEAD/Gdip.Tutorial.6-Image.Editing.ahk -------------------------------------------------------------------------------- /Gdip.Tutorial.7-Draw.draggable.rounded.rectangle.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tariqporter/Gdip/HEAD/Gdip.Tutorial.7-Draw.draggable.rounded.rectangle.ahk -------------------------------------------------------------------------------- /Gdip.Tutorial.8-Write.text.onto.a.gui.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tariqporter/Gdip/HEAD/Gdip.Tutorial.8-Write.text.onto.a.gui.ahk -------------------------------------------------------------------------------- /Gdip.Tutorial.9-Create.a.progress.bar.on.standard.gui.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tariqporter/Gdip/HEAD/Gdip.Tutorial.9-Create.a.progress.bar.on.standard.gui.ahk -------------------------------------------------------------------------------- /Gdip.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tariqporter/Gdip/HEAD/Gdip.ahk -------------------------------------------------------------------------------- /Gdip.tutorial.file-fish.bra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tariqporter/Gdip/HEAD/Gdip.tutorial.file-fish.bra -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | GDI+ standard library for Autohotkey -------------------------------------------------------------------------------- /background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tariqporter/Gdip/HEAD/background.png -------------------------------------------------------------------------------- /gdiplus.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tariqporter/Gdip/HEAD/gdiplus.dll --------------------------------------------------------------------------------