Epsilon thumbnail generator.
Epsilon produces freedesktop.org-compatible thumbnails, it can use
Imlib2, EPEG and external plugins. Imlib2 is the general purpose image
loader, EPEG is a super-fast JPEG, external plugins can provide any
thumbnail support, like xine to use videos.
|
|
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
a new object with type S, a subtype of T
|
|
|
|
|
|
|
|
|
int
|
|
|
|
aspect_set(...)
Specify thumbnail aspect, either EPSILON_THUMB_KEEP_ASPECT,
EPSILON_THUMB_IGNORE_ASPECT or EPSILON_THUMB_CROP. |
|
|
|
|
crop_align_set(...)
Specify thumbnail crop alignment. |
|
|
|
bool
|
exists(...)
Check if thumbnail exists. |
|
|
|
str
|
|
|
int
|
|
|
|
format_set(...)
Specify thumbnail format, either EPSILON_THUMB_FDO or
EPSILON_THUMB_JPEG. |
|
|
|
|
generate(...)
Force thumbnail generation. |
|
|
|
str or None
|
|
|
|
key_set(...)
Specify key inside file to use. |
|
|
|
tuple of int
|
|
|
|
resolution_set(...)
Specify resolution to render thumbnail before scaling. |
|
|
|
|
|
|
str or None
|
|
|
int
|
|
|
|
thumb_size_set(...)
Specify thumbnail size, either EPSILON_THUMB_NORMAL (128x128) or
EPSILON_THUMB_LARGE (256x256). |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|