AHK-GDIp-Library-Compilation

Gdip_All library mega-compilation of user contributions, compatible with AHK v1.1 and AHK v2 (by marius-sucan)

AHK-GDIp-Library-Compilation Alternatives

Similar projects and alternatives to AHK-GDIp-Library-Compilation

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better AHK-GDIp-Library-Compilation alternative or higher similarity.

AHK-GDIp-Library-Compilation reviews and mentions

Posts with mentions or reviews of AHK-GDIp-Library-Compilation. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-28.
  • GDIp vs GDIp_All ??
    4 projects | /r/AutoHotkey | 28 May 2023
    REF: tariqporter/Gdip mmikeww/AHKv2-Gdip marius-sucan/AHK-GDIp-Library-Compilation
  • How to send the captured image to clipboard
    1 project | /r/AutoHotkey | 1 Nov 2022
    I just googled gdip_all and found this one by marius sucan.
  • GDIP not working Win10x64/GDIP Replacement for pixel scan AHK 1.1
    1 project | /r/AutoHotkey | 29 Nov 2021
    I tracked this one, is maintained and updated. That said it has an issue on its own: I feel like is too bloated and that wouldn't be an issue if it was properly namespaced (but is not).
  • Is there a way to make aoutohotkey store screencaps in a specific folder?
    2 projects | /r/AutoHotkey | 9 May 2021
    ; Download the GDI+ library from here: https://github.com/marius-sucan/AHK-GDIp-Library-Compilation/blob/master/ahk-v1-1/Gdip_All.ahk #Include, Gdip_All.ahk ; The path where your pictures should be placed yourPath := A_Desktop ; The format, for example png or jpeg fileFormat := "png" ~PrintScreen:: Sleep, 100 If (!DllCall("IsClipboardFormatAvailable", "UInt", 2)) { Msgbox,, Error, The clipboard does not contain an image Return } ; Start gdi+ If (!pToken := Gdip_Startup()) { MsgBox, 16, gdiplus error!, Gdiplus failed to start. Please ensure you have gdiplus on your system. Return } ; Get bitmap from the clipboard pBitmap := Gdip_CreateBitmapFromClipboard() ; Save the bitmap to a file Gdip_SaveBitmapToFile(pBitmap, yourPath "\" A_Now "." fileFormat) ; The bitmap can be deleted Gdip_DisposeImage(pBitmap) ; Gdip is not needed anymore, release memory Gdip_Shutdown(pToken) Return
  • A note from our sponsor - WorkOS
    workos.com | 24 Apr 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →

Stats

Basic AHK-GDIp-Library-Compilation repo stats
4
76
4.1
5 months ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com