thumbnail icon indicating copy to clipboard operation
thumbnail copied to clipboard

Thumbnail/Preview generator for 450 different filetypes in python.

Results 3 thumbnail issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "Prevyet Presentations.py", line 78, in File "thumbnail\thumbnail.py", line 74, in generate_thumbnail FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Vikasitha\\Projects\\Privyet - We make presentations...

Here is my code: ``` import os from thumbnail import generate_thumbnail os.chdir(os.path.dirname(os.path.abspath(__file__))) options = { 'trim': False, 'height': 300, 'width': 300, 'quality': 85, 'type': 'thumbnail' } generate_thumbnail('./test/Fairy2019Bow.swf', './test/Fairy2019Bow.png', {}) ```...

Very good work on this MR. Currently, we can only use os physical path as input and ouput in the generate function params. It will be very useful for the...