-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
It would be nice to support image upload feature.
Would it store in a separate files table or be in regular table (either as a json blob or several flattened columns)?
Given the cloud/edge constraint I think it should do preprocessing on the client side.
The saved content should have
- resolution, quality, size limits
- automatic resizing, perhaps on the client side
- automatic exit data stripping
- save blurhash, type, size, resolution in the database
- retrieval would perhaps depend on a image resizer like imgproxy or thumbor
In the long term it should support cropping/etc. Maybe use uppy.
Metadata
Metadata
Assignees
Labels
No labels