Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add simple thumbnail generation middleware. #4

Open
baamenabar opened this issue Sep 12, 2018 · 0 comments
Open

Add simple thumbnail generation middleware. #4

baamenabar opened this issue Sep 12, 2018 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@baamenabar
Copy link
Collaborator

a simple express middleware script to generate thumbnails

[ ] Triggered when image is uploaded...
[ ] ... or if not available when image info is requested, through the API.
[ ] thumbnails will be generated asynchronously
[ ] thumbnails can be one configurable size only (constrained within a square)
[ ] thumbnails will be stored in one folder next to the uploads folder, served via static
[ ] the middleware is activated via env config, on by default.
[ ] thumbnail path will be served with image info throuh the API.

@baamenabar baamenabar added the enhancement New feature or request label Sep 12, 2018
@baamenabar baamenabar added this to the v0.2.0 milestone Sep 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant