/extra-thumbnailers

Thumbnailers for ePUB documents, Windows executables and WebP images

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

extra-thumbnailers

A pack of 3 thumbnailers covering file formats for which there are no "default" thumbnailer on GNOME environments, namely ePUB documents, Windows executables/DLLs and WebP images.

epub-thumbnailer

A thumbnailer for ePUB documents/ebooks, a quick python3 port of epub-thumbnailer by Mariano Simone.

ms-thumbnailer

A thumbnailer for Windows executables and DLLs, adapted from icoextract, by James Lu.

webp-thumbnailer

A thumbnailer for WebP images by me.


Installation

Using Installer Script

Run: ./install.sh or, for a re-installation: ./install.sh --reinstall (no sudo).

Dependencies (third-party Python libraries/modules)

All 3 thumbnailers depends on Pillow (Python Imaging Library) and ms-thumbnailer also depends on pefile.


Uninstall

Using Installer Script

Run: ./install.sh --uninstall.


Bugs

If you find a bug, please report it at https://github.com/pedrovernetti/extra-thumbnailers/issues.


License

This pack of thumbnailers is distributed under the terms of the GNU General Public License, version 3 (GPL-3.0). See the LICENSE file for details.