Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Gnome thumbnail generator
  2.  
  3. https://github.com/lzap/gnome-thumbgen
  4.  
  5. Usage: gnome-thumbgen.py [-lnvdf] dir [dir, ...]
  6.  
  7. Options:
  8. --version show program's version number and exit
  9. -h, --help show this help message and exit
  10. -o DIR, --output=DIR output directory (default: ~/.thumbnails)
  11. -p STRIP_NUM strip n elements from the beginning of the path
  12. -x DIR, --prefix=DIR add directory to the beginning of the path
  13. -e REGEXP, --extensions=REGEXP
  14. accepted image extensions regular expression (default:
  15. jpe?g|png|gif)
  16. -l, --skip-large do not create large (256x256) thumbnails
  17. -n, --no-check do not check for file existence
  18. -f, --force do not comapre file modification time forcing rewrite
  19. all thumbnails
  20. -v, --verbose print additional information during processing
  21. -d, --debug print debugging information