module documentation
(source)

Undocumented

Class ThumbnailCreatorFailure Undocumented
Class ThumbnailManager This class implements thumbnails management (mostly) following the freedesktop.org spec.
Class ThumbnailQueue Wrapper for ThumbnailManager that does that actual thumbnailing in a separate thread and manages the requests and the results with queues.
Function pixbufThumbnailCreator Thumbnailer implementation that uses the GdkPixbuf.Pixbuf functions to create the thumbnail.
Constant LOCAL_THUMB_STORAGE_FAIL Undocumented
Constant LOCAL_THUMB_STORAGE_LARGE Undocumented
Constant LOCAL_THUMB_STORAGE_NORMAL Undocumented
Constant THUMB_SIZE_LARGE Undocumented
Constant THUMB_SIZE_NORMAL Undocumented
Variable logger Undocumented
def pixbufThumbnailCreator(file, thumbfile, thumbsize): (source)
Thumbnailer implementation that uses the GdkPixbuf.Pixbuf functions to create the thumbnail.
LOCAL_THUMB_STORAGE_FAIL = (source)

Undocumented

Value
XDG_CACHE_HOME.folder('thumbnails/fail/zim-%s'%zim.__version__)
LOCAL_THUMB_STORAGE_LARGE = (source)

Undocumented

Value
XDG_CACHE_HOME.folder('thumbnails/large')
LOCAL_THUMB_STORAGE_NORMAL = (source)

Undocumented

Value
XDG_CACHE_HOME.folder('thumbnails/normal')
THUMB_SIZE_LARGE: int = (source)

Undocumented

Value
256
THUMB_SIZE_NORMAL: int = (source)

Undocumented

Value
128
logger = (source)

Undocumented