shotwell‐thumbs - yktoo/yktools GitHub Wiki
Generate or forcibly regenerate thumbnail images used by the Shotwell photo manager program.
shotwell-thumbs [options]
Where:
-
<options>is a combination of:-
-hPrint out help message and exit -
-rRegenerate and overwrite thumbnail even if it exists -
-128Generate 128x128 thumbnail -
-360Generate 360x360 thumbnail
-
If neither -128 nor -360 is given, both sizes are (re)generated.
- Obviously, the Shotwell application and its database
-
sqlite3program installed:sudo apt install sqlite3
# Generate all missing image thumbnails
shotwell-thumbs
# Forcibly regenerate all big (360 pixel) thumbnails
shotwell-thumbs -r -360- Script source code on GitHub.