Backend image processor
Opened this issue · 0 comments
Rakasha commented
When receiving images:
Check the constrains
- (complete)
Rules to check:
- Max file size
- identify image type
Rename the image and leave a record in database
- (complete)
Create other resized versions of the image
- (complete)
naming conventions:
- myimg.`orig`.jpg
- myimg.`sm`.jpg
- myimg.`lg`.jpg
- myimg.`md`.jpg