mmikeww / AHKv2-Gdip

Gdip library compatiable with both AHK v1.1 and AHK v2

Home Page:https://autohotkey.com/boards/viewtopic.php?t=6517

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AHKv2-Gdip

This repository contains the GDI+ library (Gdip_All.ahk) compatible with both AHK v1.1.32.00 and AHK v2-a108

Support for AHK v1.0 is dropped (find the original Gdip_All.ahk library if you need that).

See the commit history to see the changes made.

Examples

See the appropriate Examples folder for usage examples

Usage

All of the Gdip_*() functions use the same syntax as before, so no changes should be required, with one exception:

The Gdip_BitmapFromBRA() function requires you to read the .bra file witih FileObj.RawRead() instead of the FileRead command. See the Tutorial.11 file in the Examples folder

History

  • @tic created the original Gdip.ahk library
  • @Rseding91 updated it to make it compatible with unicode and x64 AHK versions and renamed the file Gdip_All.ahk
  • this repository updates @Rseding91's Gdip_All.ahk to fix bugs and make it compatible with AHK v2

About

Gdip library compatiable with both AHK v1.1 and AHK v2

https://autohotkey.com/boards/viewtopic.php?t=6517


Languages

Language:AutoHotkey 100.0%