Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lzap/gnome-thumbgen
Gnome thumbnail generator
https://github.com/lzap/gnome-thumbgen
Last synced: about 1 month ago
JSON representation
Gnome thumbnail generator
- Host: GitHub
- URL: https://github.com/lzap/gnome-thumbgen
- Owner: lzap
- License: gpl-3.0
- Created: 2010-11-21T09:24:26.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-21T10:45:21.000Z (about 14 years ago)
- Last Synced: 2024-10-14T23:25:03.222Z (3 months ago)
- Language: Python
- Homepage:
- Size: 180 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
Gnome thumbnail generator
https://github.com/lzap/gnome-thumbgen
Usage: gnome-thumbgen.py [-lnvdf] dir [dir, ...]
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-o DIR, --output=DIR output directory (default: ~/.thumbnails)
-p STRIP_NUM strip n elements from the beginning of the path
-x DIR, --prefix=DIR add directory to the beginning of the path
-e REGEXP, --extensions=REGEXP
accepted image extensions regular expression (default:
jpe?g|png|gif)
-l, --skip-large do not create large (256x256) thumbnails
-n, --no-check do not check for file existence
-f, --force do not comapre file modification time forcing rewrite
all thumbnails
-v, --verbose print additional information during processing
-d, --debug print debugging information