Using Win32 API to create Quality of Life Automation Scripts
Script to convert an Image in Clipboard as an Image File
; Set the destination path for the PNG file
destPngFilePath := A_ScriptDir . "\" . A_Now . ".png"
; Ctrl+Shift+O is the hotkey to trigger EVERYTHING
^+o::
; 1. Get bitmap from clipboard
...
niranjangopal.dev5 min read