Is there a simple-ish alternative for the direct link occasional image upload, ideally one I can just Cmd+V into a web page?
I do this so rarely it's not worth setting up a webserver. It would be helpful to offer a few recs for non-technical friends too; it'd be ideal if it strips timestamp/EXIF data too as a side effect like imgur did.
Most of my uploads are demonstration screenshots via Snipping Tool, so they usually don't exist on the filesystem, just clipboard.
some I've tried:
- ibb.co tries their hardest to not give you a direct link, only thumbnail w/link to their site.
- photobucket and tinypic no longer exist.
- dropbox requires account and can't easily be uploaded to; requires files
- flickr, requires account, difficult to direct link; not sure if this has changed since smugmug; requires files
- deviantart, not meant for this purpose; requires account and file upload
- google photos, no direct link, requires g account
I wrote a simple wrapper script to upload[2] and have had no problems since. The script calls another script to optimize the image before uploading[3], but if you prefer to skip that part, BunnyCDN has something they call Bunny Optimizer[4] that can handle it for you on their side, for a fee ($9.50 per month).
The storage box set me back $1.92 last year plus $50 for the domain — because of the TLD —, and I can use it to do whatever I want, with no tracking, ads, or the annoying social aspect that most image hosting websites inevitably add in a desperate attempt to make money[5] — instead of, you know, charging from the get go.
[2] https://git.sr.ht/~jamesponddotco/dotfiles/tree/master/.loca...
[3] https://git.sr.ht/~jamesponddotco/dotfiles/tree/master/.loca...
[4] https://bunnycdn.com/solutions/bunny-optimizer
[5] https://drewdevault.com/2014/10/10/The-profitability-of-onli...
[0] - https://neocities.org/
[1] - https://imagemagick.org/
[2] - https://ffmpeg.org/
For eg:
All exif/metadata is stripped, but there is a bit of compression. I think I'll allow high-res images if people care enough to use it. I should implement pasting/dropping images too. Didn't think of that before..