Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corbindavenport/imageshare
A lightweight web app for uploading images, created for the Nintendo 3DS and other legacy web browsers.
https://github.com/corbindavenport/imageshare
3ds 3ds-homebrew heroku image image-upload image-uploader imgur nintendo-3ds nintendo-3ds-homebrew nintendo-wii-u nintendo-wiiu webapp wii-u wii-u-homebrew wiiu wiiu-homebrew
Last synced: 6 days ago
JSON representation
A lightweight web app for uploading images, created for the Nintendo 3DS and other legacy web browsers.
- Host: GitHub
- URL: https://github.com/corbindavenport/imageshare
- Owner: corbindavenport
- License: gpl-3.0
- Created: 2020-03-05T01:01:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T06:13:02.000Z (14 days ago)
- Last Synced: 2024-10-25T01:16:30.569Z (12 days ago)
- Topics: 3ds, 3ds-homebrew, heroku, image, image-upload, image-uploader, imgur, nintendo-3ds, nintendo-3ds-homebrew, nintendo-wii-u, nintendo-wiiu, webapp, wii-u, wii-u-homebrew, wiiu, wiiu-homebrew
- Language: PHP
- Homepage: https://theimageshare.com
- Size: 10.1 MB
- Stars: 85
- Watchers: 3
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ImageShare
ImageShare is a lightweight web app for uploading and sharing images. It was originally designed as a replacement for the [Nintendo 3DS Image Share Service](https://web.archive.org/web/20170822055326/https://www.nintendo.com/3ds/image-share), accessible through the Nintendo 3DS/2DS Browser, but it also works on many other basic/legacy web browsers. After the image upload, a QR code is provided to scan with another device.
### Features
- Uploads images to [Imgur](https://imgur.com) or [ImgBB](https://imgbb.com/) and creates a QR code for the link
- Fast performance using server-side PHP code and no client-side JavaScript
- Does not require account creation or a login
- Compatible with many old and low-end web browsers¹ using either HTTP or HTTPS
- Self-hostable on any server with Docker (see [DEV.md](DEV.md))
- Enhanced support for iOS, Windows Phone, and Windows 10 Mobile
- Automatic game title detection for Nintendo 3DS uploads ([example](https://imgur.com/4Fb4HI6))### How to use
Just open [theimageshare.com](http://theimageshare.com/) in your browser to access ImageShare. If your device can scan QR codes with a camera (press L + R buttons on 3DS home screen), scan the below code to open ImageShare.
**Can't connect to ImageShare?** Check that the date and time is correct on your device and try again.
Once you have ImageShare open, bookmark it (tap the star button on the 3DS) for easy access later. If your device supports the SSL certificate, you can use ImageShare over HTTPS instead of HTTP for added security.
### Privacy Policy & Terms of Service
ImageShare uses [Plausible Analytics](https://plausible.io) to report anonymous usage data, including how many times the app is used and the browser/device used. Uploaded images are only stored on ImageShare servers until the upload to the third-party service is complete, then the copy on ImageShare is deleted. The QR code is generated using the [goQR.me API](https://goqr.me/api/), which requires sending the URL to goQR.me after upload.
Imgur uploads are subject to Imgur's [Terms of Service](https://imgur.com/tos) and [Privacy Policy](https://imgur.com/privacy). ImgBB uploads are subject to ImgBB's [Terms of Service](https://imgbb.com/tos) and [Privacy Policy](https://imgbb.com/privacy).
### Credits
Game title detection for Nintendo 3DS images uses a database published by [3dsdb.com](http://3dsdb.com/). The ImageShare icon and logo is based on [Cloud arrow up fill](https://icons.getbootstrap.com/icons/cloud-arrow-up-fill/) from Boostrap Icons.