Skip to content

Resized large images for the thumbnails when needed

Gaetan RETEL requested to merge fix/thumbnail_dpi into master

Created by: Alterrien

This PR is not to be merged right now, I'm waiting for more feedback on how the different thumbnails look on different sized screens (if somebody has a 2k-plus monitor, he's welcome to give some feedback) I've resized the thumbnails to 854x480 using convert $file -resize 854x480 $newfile, which should give good enough results. Other solutions could be tried.

Cheers !

Resolves #59 (closed)

Merge request reports

Loading