Skip to content

ImageDB

Tianshu Huang edited this page Nov 30, 2018 · 2 revisions

ImageDB

Maintainers

Slack Github
Michael Munoz @michaelmunoz @michaeltheshisno

Operation

  • 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.

Clone this wiki locally