So I made a basic screenshot uploader to imgur and thought some other people may find it useful.
Source: https://github.com/eggsampler/ScreenShifter
Binary: virus, don’t dl
Features,
- Hey guess what, it uploads screenshots to imgur
- Drag and drop support for image files
- Can save locally instead of uploading
- Can monitor your clipboard and automatically upload any image data put there
- Full screen, current window or selection screenshots
- Hotkeys for the above, as well as uploading image from clipboard (using sethotkey api not a low level keyboard hook, so some keys are offlimits)
- Won’t take screenshots of fullscreen directx stuff as I don’t want to hack into endscene, but if you just printscreen and upload the clipboard (or play in a window) works fine
- Can preview images before upload (and draw basic stuff on it if you want)
- Basic sounds and logging
- JPG with compression or PNG
Most of this stuff I made for my own use case/purposes, but if you have any ideas or suggestions I may or may not choose to ignore them.