https://github.com/dimfeld/pic-store
Convert, upload, and manage images in object storage
https://github.com/dimfeld/pic-store
Last synced: 9 months ago
JSON representation
Convert, upload, and manage images in object storage
- Host: GitHub
- URL: https://github.com/dimfeld/pic-store
- Owner: dimfeld
- License: apache-2.0
- Created: 2022-06-12T06:22:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T18:56:11.000Z (over 2 years ago)
- Last Synced: 2024-10-07T07:06:58.196Z (almost 2 years ago)
- Language: Rust
- Size: 1.74 MB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pic-store
WIP Web service to convert images into multiple formats and sizes, and upload them to a CDN for usage with HTML `picture`, `srcset`, and so on.
## Roadmap
### v1
- [X] User/Team Authentication, Authorization, API Keys
- [X] Upload images, convert them into other sizes and formats, and upload to S3 or similar storage for hosting.
- [ ] Autogenerate `` tags for uploaded images.
- [ ] Generate blurhash or something similar for an image placeholder.
### v2
- Integrate the [social card generator](https://github.com/dimfeld/create-social-card) I wrote a while ago or other customization functionality.
- Vite plugin to download image info from the service and make it available to frontend code.
- Frontend components to facilitate drag-and-drop image upload