bbengfort / inigo

Tools for dealing with images on disk for archival purposes
MIT License
0 stars 0 forks source link

Add thumbnail blobs to database #14

Open bbengfort opened 9 years ago

bbengfort commented 9 years ago

Use Pillow to extract a thumbnail of the image, and to add the thumbnail blob to the database so that we can' provide a view into the images directly from the database without disk access.

How much disk would this require from the database?