ShareX
AHK-GDIp-Library-Compilation
ShareX | AHK-GDIp-Library-Compilation | |
---|---|---|
581 | 4 | |
29,391 | 83 | |
1.3% | - | |
9.2 | 4.1 | |
6 days ago | 11 months ago | |
C# | AutoHotkey | |
GNU General Public License v3.0 only | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ShareX
-
Devlog: Hacktoberfest 2024 (2/4)
I made sure to document every step of the way via screenshots to ensure I could test enabling and disabling certain features. The screenshot tool I use on Windows is called, ShareX, and I find it extremely useful with regards to pointing out certain elements in an image.
-
Flameshot – Powerful, yet simple to use open-source screenshot software
I've been using ShareX (https://getsharex.com/) for some years, which is also open-source, and very featureful while not feeling too bloated, though Windows only.
I'll have to have a look at this next time I'm on a Linux desktop, as I found the options lacking compared to ShareX last time I looked.
-
From Dull to Dazzling: 3 Methods to Elevate Your Writing with Visual Content
For Windows: ShareX - https://github.com/ShareX/ShareX
- The fastest tool for measuring anything on your screen
-
ShareX VS teiler - a user suggested alternative
2 projects | 29 Dec 2023
- ShareX: Open-source Screen capture and file sharing tool for Windows
-
5 Best Screen Recording Software To Record Your Screen
Best For Screenshots/Recording: ShareX
-
Full Screen recording software for lower end machines.
ShareX will run on that machine no problem. Open-source & free. https://i.imgur.com/KQAoDin.jpg
- Its windows forms obsolete?
-
'Screen Apnea'
ShareX [1] is my other "must install" app. I never would have guessed how much my branch of engineering consists of "take a screenshot and draw lines, arrows and circles on it." Being able to customize my workflow to do all of that is really great.
[1] https://getsharex.com/
AHK-GDIp-Library-Compilation
-
GDIp vs GDIp_All ??
REF: tariqporter/Gdip mmikeww/AHKv2-Gdip marius-sucan/AHK-GDIp-Library-Compilation
-
How to send the captured image to clipboard
I just googled gdip_all and found this one by marius sucan.
-
GDIP not working Win10x64/GDIP Replacement for pixel scan AHK 1.1
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?
; 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
What are some alternatives?
obs-studio - OBS Studio - Free and open source software for live streaming and screen recording
PuloversMacroCreator - Automation Utility - Recorder & Script Generator
flameshot - Powerful yet simple to use screenshot software :desktop_computer: :camera_flash:
ahk - Python wrapper for AutoHotkey with full type support. Harness the automation power of AutoHotkey with the beauty of Python.
greenshot - Greenshot for Windows - Report bugs & features go here: https://greenshot.atlassian.net or look for information on:
vim_ahk - Setting file to emulate vim with AutoHotkey
PowerToys - Windows system utilities to maximize productivity
ahk - Repository for AutoHotkey scripts including PowerTools
streamdeck-tools - The Stream Deck Tools library wraps all the communication with the Stream Deck app, allowing you to focus on actually writing the Plugin's logic
BigBagKbdTrixPKL - "DreymaR's Big Bag of Keyboard Tricks" for Windows with EPKL
Fake JSON Server - Fake JSON Server is a Fake REST API that can be used as a Back End for prototyping or as a template for a CRUD Back End.
POE-TradeMacro - Price checking script for Path of Exile.