-
Notifications
You must be signed in to change notification settings - Fork 0
ImageDB
Tianshu Huang edited this page Nov 30, 2018
·
2 revisions
| Slack | Github | |
|---|---|---|
| Michael Munoz | @michaelmunoz | @michaeltheshisno |
-
save: image -> reference to image -
load: reference -> image -
delete: reference -> deletes image that the reference points to
Images should be saved in a folder and given unique, easily searchable names. On saving an image, a unique reference is generated and returned. On image load, the image should be returned, with an option to delete the image.