algoo / preview-generator

generates previews of files with cache management
https://pypi.org/project/preview-generator/
MIT License
228 stars 50 forks source link

Temporary file are not deleted after conversion (image preview) #160

Closed L3o-pold closed 4 years ago

L3o-pold commented 4 years ago

We use a temporary file https://github.com/algoo/preview-generator/blob/develop/preview_generator/preview/builder/image__imconvert.py#L103 for convert image with imconvert and inkscape.

After building the jpeg preview we do not remove the temporary .png file and it could lead to a diskfull.