You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 22, 2020. It is now read-only.
Hey.
I am looking to use Python-thumbnails as a partial replacement for a thumbnail system that I was working on... But I've noticed an issue...
tnail = get_thumbnail(testfilename, '300x300', crop='center', force=True, format="PNG")
Does set the result file format to PNG, but the file extensions in the cache folder, is JPG.
Is this intended? I'm using this in the basic python mode, without Django, etc.