7.1.8. Thumbnail¶
Module to implement freedesktop.org thumbnail cache https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html
-
class
BookBrowser.Thumbnail.
FreeDesktopThumbnail
(cache, path)[source]¶ Bases:
object
-
IMAGE_EXTENSION
= '.png'¶
-
IMAGE_FORMAT
= 'png'¶
-
SAMPLING
= 3¶
-
_logger
= <Logger BookBrowser.Thumbnail.FreeDesktopThumbnail (WARNING)>¶
-
large
¶
-
large_path
¶
-
mime_type
¶
-
mtime
¶
-
normal
¶
-
normal_path
¶
-
size
¶
-
source_path
¶
-
uri
¶
-
-
class
BookBrowser.Thumbnail.
FreeDesktopThumbnailCache
[source]¶ Bases:
object
Class to import FreeDesktop Thumbnail Cache
-
LARGE_SIZE
= 256¶
-
NORMAL_SIZE
= 128¶
-
_instance
= <BookBrowser.Thumbnail.FreeDesktopThumbnailCache object>¶
-
_logger
= <Logger BookBrowser.Thumbnail.FreeDesktopThumbnailCache (WARNING)>¶
-
_rlock
= <unlocked _thread.RLock object owner=0 count=0>¶
-
large_path
¶
-
normal_path
¶
-
path
¶
-