comparison README.md @ 0:92c70579720e default tip

Initial commit
author Brad Greco <brad@bgreco.net>
date Wed, 13 Jan 2021 19:25:09 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:92c70579720e
1 GNOME JPEG EXIF Thumbnailer
2 ===========================
3 Fast GNOME thumbnailer for JPEG files that uses the embedded EXIF thumbnail from
4 the source file, if present. Greatly speeds up thumbnail generation when
5 browsing a folder of images shared over a network.
6
7 Installation
8 ------------
9 1. Install `exiftool` and `libimage-exiftool-perl` using your package manager.
10 2. Execute `./install` which automatically runs the steps below.
11
12 Manual Installation
13 -------------------
14 1. Copy the `jpeg-exif-thumbnailer` script to `/usr/bin/` .
15 2. Copy the `jpeg-exif.thumbnailer` definition to `/usr/share/thumbnailers` .
16 3. Edit `/usr/share/thumbnailers/gdk-pixbuf-thumbnailer.thumbnailer` and remove
17 `image/disabled-jpeg` from the list of MIME types.
18
19 Uninstallation
20 --------------
21 Execute `./uninstall` which automatically reverts the steps above.
22
23 Copyright
24 ---------
25 Copyright 2021 Brad Greco
26 https://www.bgreco.net/jpeg-exif-thumbnailer