It should be possible to generate thumbnails in multiple format. Right now the thumbnail extension is taken from a hardcoded value in ALLOWED_MIMETYPES dict. It needs to be made dynamic. And extension needs to be saved in db along with the file name. This also relates to #69.
It should be possible to generate thumbnails in multiple format. Right now the thumbnail extension is taken from a hardcoded value in
ALLOWED_MIMETYPESdict. It needs to be made dynamic. And extension needs to be saved in db along with the file name. This also relates to #69.