gnome-directory-thumbnailer
===========================

gnome-directory-thumbnailer is a GNOME thumbnailer utility which will generate
a thumbnail for a directory. It is intended to be called by gnome-desktop’s
thumbnailer code, but can be called manually as well.

Usage
=====

Basic usage:
 $ gnome-directory-thumbnailer path/to/directory output-thumbnail.png

Specifying the maximum thumbnail dimensions:
 $ gnome-directory-thumbnailer dir out.png -s 200
This allows the maximum height and width to be specified (in pixels).

Uninstallation
--------------

If you uninstall gnome-directory-thumbnailer, some of your directories may
retain their generated thumbnails. If this is the case, delete directories:
 ~/.cache/thumbnails
 ~/.thumbnails
to clear the generated directory thumbnails. Other thumbnails will then be
regenerated on demand.

Dependencies
============

 • glib-2.0 ≥ 2.35.0
 • gio-2.0 ≥ 2.22.0
 • gdk-pixbuf-2.0 ≥ 2.6.0
 • gnome-desktop-3.0 ≥ 2.2.0

Licensing
=========

gnome-directory-thumbnailer is licensed under the LGPL; see COPYING for more
details.

Bugs
====

Please report any bugs or enhancement requests in GNOME Bugzilla:
https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-directory-thumbnailer

Contact
=======

Philip Withnall <philip.withnall@collabora.co.uk>
https://wiki.gnome.org/Projects/GnomeDirectoryThumbnailer
