A simple menu bar OS X app to convert a local image (in the clipboard) to its online URL (in the clipboard), uploaded to ImageShack.us.
It can also convert a local image (in the clipboard) to an <img> tag with inline data URI encoded representation.
Download Instant Background Uploader for OS X
A previous version used Matt Gemmell's MAAttachedWindow for notifications, instead of Mountain Lion's Notification Center.
- OS X 10.8 Mountain Lion (it uses Notification Center)
It's easy to make it (dynamically) fall back to MAAttachedWindow for previous versions of OS X. But I'm unlikely to do it myself, since I don't have access to an older OS X version right now, and trying to build something blindly isn't efficient. If you can do it, that'd be great. Please submit a pull request and I'll merge it.
Includes MAAttachedWindow code by Matt Gemmell. Thank you, Matt Gemmell.