ShareX
AHK-GDIp-Library-Compilation
Our great sponsors
- SonarLint - Clean code begins in your IDE with SonarLint
- InfluxDB - Access the most powerful time series database as a service
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
ShareX | AHK-GDIp-Library-Compilation | |
---|---|---|
550 | 4 | |
24,333 | 63 | |
2.4% | - | |
9.7 | 2.1 | |
7 days ago | about 1 month 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
-
For those who've recently switched from Windows to Mac, what's the one app you miss the most?
ShareX. No macOS alternative (which I would have tried) comes close in terms of usability for uploading (parts of) screenshots automatically.
-
Study Time Stats 2.0.0
(Used ShareX to take screenshots with some image effects, hopefully they're not too much extra)
- Why is there not a single good web browser?
-
Tomorrow is the big day! Imgur is deleting all images uploaded by anonymous users
https://getsharex.com/ screenshot tool has the ability to upload images.
It's list of "image" upload destinations is maintained at: * https://github.com/ShareX/ShareX/tree/develop/ShareX.UploadersLib/ImageUploaders
- Screenshots are hard
-
What FOSS do you use for taking and marking up screenshots?
ShareX: It can do
Wasn't there some issues with greenshot being dead in development? I think https://getsharex.com/ shares the same codebase, but needs some tweaking to prevent accidental uploads if you roll it out for users.
-
What kind of applications are missing from the Linux ecosystem?
ShareX is the goat! https://github.com/ShareX/ShareX/
AHK-GDIp-Library-Compilation
-
GDIp vs GDIp_All ??
REF: tariqporter/Gdip mmikeww/AHKv2-Gdip marius-sucan/AHK-GDIp-Library-Compilation
-
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
flameshot - Powerful yet simple to use screenshot software :desktop_computer: :camera_flash:
greenshot - Greenshot for Windows - Report bugs & features go here: https://greenshot.atlassian.net or look for information on:
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
bypass-paywalls-chrome - Bypass Paywalls web browser extension for Chrome and Firefox.
lossless-cut - The swiss army knife of lossless video/audio editing
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.
Chocolatey - Chocolatey - the package manager for Windows
CodeHub - CodeHub is an iOS application written using Xamarin
PowerToys - Windows system utilities to maximize productivity
spicetify-cli - Command-line tool to customize Spotify client. Supports Windows, MacOS, and Linux.
ScreenToGif - 🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video.