Library for accessing thumbnails and media arts.
0.1.20~unreleased
libthumnbailer library allows You to get a thumbnails of any kind (supported) type of resources which are identified by its URIs. You can ask for different type (flavors) of thumbnail and You can change the behaviour how thumbnails are created and returned to You (schedulers). Use
Thumbnails::Thumbnailer API for such a tasks.
Beside standard thumbnail, libthumnbailer allows You to retrieve a Media Art content and a thumbnail of that content. Check MediaArt::Info and MediaArt::Requester methods for retrieving media arts content and Thumbnails::Thumbnailer for getting thumbnails of media arts.
The best way of starting using the libthumnbailer library is to go through the
Frequently Asked Questions page. You will find there definitions and terms which are in use in the code, API and this documentation and also some example codes (some of them are from example applications).
You can also download the sources of the package:
apt-get source libthumbnailer0-doc
and check examples applications (./examples folder) to see API in use. Some of examples are trivial demo application which are doing nothing particular - just present how to use the API. And some others are real application doing something concrete.
API:
Dariusz Wiechecki <
ext-dariusz.2.wiechecki@nokia.com>
Implementation:
Dariusz Wiechecki <ext-dariusz.2.wiechecki@nokia.com>
Bugs and other issues:
Dariusz Wiechecki <ext-dariusz.2.wiechecki@nokia.com>
Integration:
Marius Vollmer <marius.vollmer@nokia.com>