How to fine tune thumbnail generation, setting size, aspect, frames, quality and so on. More...
Typedefs | |
typedef enum _Ethumb_Thumb_FDO_Size | Ethumb_Thumb_FDO_Size |
typedef enum _Ethumb_Thumb_Format | Ethumb_Thumb_Format |
typedef enum _Ethumb_Thumb_Aspect | Ethumb_Thumb_Aspect |
typedef enum _Ethumb_Thumb_Orientation | Ethumb_Thumb_Orientation |
Functions | |
EAPI Eina_Bool | ethumb_frame_set (Ethumb *e, const char *theme_file, const char *group, const char *swallow) |
Set the Ethumb Frame. More... | |
EAPI void | ethumb_frame_get (const Ethumb *e, const char **theme_file, const char **group, const char **swallow) |
Retreives the current ethumb frame of and Ethumb instance. More... | |
EAPI void | ethumb_thumb_dir_path_set (Ethumb *e, const char *path) |
Set the ethumb thumbnails path. More... | |
EAPI const char * | ethumb_thumb_dir_path_get (const Ethumb *e) |
Get the ethumb thumbnails path. More... | |
EAPI void | ethumb_thumb_category_set (Ethumb *e, const char *category) |
Set the thumbnails category. More... | |
EAPI const char * | ethumb_thumb_category_get (const Ethumb *e) |
Get the thumbnails category. More... | |
EAPI void | ethumb_thumb_path_set (Ethumb *e, const char *path, const char *key) |
EAPI void | ethumb_thumb_path_get (Ethumb *e, const char **path, const char **key) |
EAPI void | ethumb_thumb_hash (Ethumb *e) |
EAPI void | ethumb_thumb_hash_copy (Ethumb *dst, const Ethumb *src) |
EAPI void | ethumb_thumb_fdo_set (Ethumb *e, Ethumb_Thumb_FDO_Size s) |
EAPI void | ethumb_thumb_size_set (Ethumb *e, int tw, int th) |
Set the size of thumbnails. More... | |
EAPI void | ethumb_thumb_size_get (const Ethumb *e, int *tw, int *th) |
Get the size of thumbnails. More... | |
EAPI void | ethumb_thumb_format_set (Ethumb *e, Ethumb_Thumb_Format f) |
Set the fileformat of the thumbnails. More... | |
EAPI Ethumb_Thumb_Format | ethumb_thumb_format_get (const Ethumb *e) |
Get the fileformat of the thumbnails. More... | |
EAPI void | ethumb_thumb_aspect_set (Ethumb *e, Ethumb_Thumb_Aspect aspect) |
Set the aspect ratio policy. More... | |
EAPI Ethumb_Thumb_Aspect | ethumb_thumb_aspect_get (const Ethumb *e) |
Get the aspect ratio policy. More... | |
EAPI void | ethumb_thumb_orientation_set (Ethumb *e, Ethumb_Thumb_Orientation orientation) |
Set the thumbnail rotation or flip. More... | |
EAPI Ethumb_Thumb_Orientation | ethumb_thumb_orientation_get (const Ethumb *e) |
Get the thumbnail rotation. More... | |
EAPI void | ethumb_thumb_crop_align_set (Ethumb *e, float x, float y) |
EAPI void | ethumb_thumb_crop_align_get (const Ethumb *e, float *x, float *y) |
EAPI void | ethumb_thumb_quality_set (Ethumb *e, int quality) |
Set the thumbnail compression quality. More... | |
EAPI int | ethumb_thumb_quality_get (const Ethumb *e) |
Get the thumbnail compression quality. More... | |
EAPI void | ethumb_thumb_compress_set (Ethumb *e, int compress) |
Set the compression rate. More... | |
EAPI int | ethumb_thumb_compress_get (const Ethumb *e) |
Get the compression rate. More... | |
EAPI void | ethumb_video_start_set (Ethumb *e, float start) |
set the video play start point More... | |
EAPI float | ethumb_video_start_get (const Ethumb *e) |
get the video play start point More... | |
EAPI void | ethumb_video_time_set (Ethumb *e, float time) |
Set the video time (duration) in seconds. More... | |
EAPI float | ethumb_video_time_get (const Ethumb *e) |
Get the video time (duration) in seconds. More... | |
EAPI void | ethumb_video_interval_set (Ethumb *e, float interval) |
Set the video frame interval, in seconds. More... | |
EAPI float | ethumb_video_interval_get (const Ethumb *e) |
Get the video frame interval, in seconds. More... | |
EAPI void | ethumb_video_ntimes_set (Ethumb *e, unsigned int ntimes) |
Set the number of times the video loops (if applicable). More... | |
EAPI unsigned int | ethumb_video_ntimes_get (const Ethumb *e) |
Get the number of times the video loops (if applicable). More... | |
EAPI void | ethumb_video_fps_set (Ethumb *e, unsigned int fps) |
Set the thumbnail framerate. More... | |
EAPI unsigned int | ethumb_video_fps_get (const Ethumb *e) |
Get the thumbnail framerate. More... | |
EAPI void | ethumb_document_page_set (Ethumb *e, unsigned int page) |
Set the page number to thumbnail in paged documents. More... | |
EAPI unsigned int | ethumb_document_page_get (const Ethumb *e) |
Get the page number thumbnailed in paged documents. More... | |
How to fine tune thumbnail generation, setting size, aspect, frames, quality and so on.
enum _Ethumb_Thumb_Format |
enum _Ethumb_Thumb_Aspect |
EAPI Eina_Bool ethumb_frame_set | ( | Ethumb * | e, |
const char * | theme_file, | ||
const char * | group, | ||
const char * | swallow | ||
) |
Set the Ethumb Frame.
This can be used to simulate wood frames in the Thumbnails
e | handle of the current thumbnailer. |
theme_file | the edje theme file |
group | the edje group in theme |
swallow | the edje swallow in theme |
References DBG, edje_object_part_unswallow(), and EINA_SAFETY_ON_NULL_RETURN_VAL.
Referenced by ethumb_client_frame_set().
EAPI void ethumb_frame_get | ( | const Ethumb * | e, |
const char ** | theme_file, | ||
const char ** | group, | ||
const char ** | swallow | ||
) |
Retreives the current ethumb frame of and Ethumb instance.
e | handle of the current thumbnailer. |
theme_file | will be setted with the edje theme |
group | will be setted with the edje group |
swallow | will be setted with the edje swallow |
References EINA_SAFETY_ON_NULL_RETURN.
Set the ethumb thumbnails path.
e | handle of the current thumbnailer. |
path | The thumbnails path |
References DBG, eina_file_path_sanitize(), EINA_SAFETY_ON_NULL_RETURN, and eina_stringshare_replace().
Referenced by ethumb_client_dir_path_set().
Get the ethumb thumbnails path.
e | handle of the current thumbnailer. |
References EINA_SAFETY_ON_NULL_RETURN_VAL.
Referenced by ethumb_client_dir_path_get().
Set the thumbnails category.
e | handle of the current thumbnailer. |
category | the category to set |
References DBG, EINA_SAFETY_ON_NULL_RETURN, and eina_stringshare_replace().
Referenced by ethumb_client_category_set().
Get the thumbnails category.
e | handle of the current thumbnailer |
References EINA_SAFETY_ON_NULL_RETURN_VAL.
Referenced by ethumb_client_category_get().
Set the size of thumbnails.
e | A pointer to an Ethumb object. |
tw | Thumbnail width. |
th | Thumbnail height. |
References DBG, EINA_SAFETY_ON_FALSE_RETURN, and EINA_SAFETY_ON_NULL_RETURN.
Referenced by ethumb_client_size_set().
Get the size of thumbnails.
e | A pointer to an Ethumb object. | |
[out] | tw | Pointer to an int to store the thumbnail width. |
[out] | th | Pointer to an int to store the thumbnail height. |
References EINA_SAFETY_ON_NULL_RETURN.
Referenced by ethumb_client_size_get().
Set the fileformat of the thumbnails.
Thumbnails are sent compressed; possible formats are PNG, JPEG and EET.
e | A pointer to an Ethumb object. |
References DBG, EINA_SAFETY_ON_FALSE_RETURN, EINA_SAFETY_ON_NULL_RETURN, ETHUMB_THUMB_EET, ETHUMB_THUMB_FDO, and ETHUMB_THUMB_JPEG.
Referenced by ethumb_client_format_set().
Get the fileformat of the thumbnails.
e | A pointer to an Ethumb object. |
References EINA_SAFETY_ON_NULL_RETURN_VAL.
Referenced by ethumb_client_format_get().
Set the aspect ratio policy.
When the source and thumbnail aspect ratios don't match, this policy sets how to adapt from the former to the latter: resize keeping source aspect ratio, resize ignoring it or crop.
e | A pointer to an Ethumb object. |
aspect | The new aspect ratio policy. |
References DBG, EINA_SAFETY_ON_FALSE_RETURN, EINA_SAFETY_ON_NULL_RETURN, ETHUMB_THUMB_CROP, ETHUMB_THUMB_IGNORE_ASPECT, and ETHUMB_THUMB_KEEP_ASPECT.
Referenced by ethumb_client_aspect_set().
Get the aspect ratio policy.
e | A pointer to an Ethumb object. |
References EINA_SAFETY_ON_NULL_RETURN_VAL.
Referenced by ethumb_client_aspect_get().
Set the thumbnail rotation or flip.
e | A pointer to an Ethumb object. |
orientation | The new orientation. |
References DBG, EINA_SAFETY_ON_FALSE_RETURN, EINA_SAFETY_ON_NULL_RETURN, ETHUMB_THUMB_FLIP_HORIZONTAL, ETHUMB_THUMB_FLIP_TRANSPOSE, ETHUMB_THUMB_FLIP_TRANSVERSE, ETHUMB_THUMB_FLIP_VERTICAL, ETHUMB_THUMB_ORIENT_NONE, ETHUMB_THUMB_ORIENT_ORIGINAL, ETHUMB_THUMB_ROTATE_180, ETHUMB_THUMB_ROTATE_90_CCW, and ETHUMB_THUMB_ROTATE_90_CW.
Referenced by ethumb_client_orientation_set().
Get the thumbnail rotation.
e | A pointer to an Ethumb object. |
References EINA_SAFETY_ON_NULL_RETURN_VAL.
Referenced by ethumb_client_orientation_get().
Set the thumbnail compression quality.
e | A pointer to an Ethumb object. |
quality | Compression quality (from 0 to 100, 100 being the best; default is 80) |
References DBG, and EINA_SAFETY_ON_NULL_RETURN.
Referenced by ethumb_client_quality_set().
Get the thumbnail compression quality.
e | A pointer to an Ethumb object. |
References EINA_SAFETY_ON_NULL_RETURN_VAL.
Referenced by ethumb_client_quality_get().
Set the compression rate.
e | handle of the current thumbnailer. |
compress | the compression rate (in percentage) |
References DBG, and EINA_SAFETY_ON_NULL_RETURN.
Referenced by ethumb_client_compress_set().
Get the compression rate.
e | handle of the current thumbnailer. |
References EINA_SAFETY_ON_NULL_RETURN_VAL.
Referenced by ethumb_client_compress_get().
set the video play start point
Set the start point of video thumbnail
e | handle of the current thumbnailer. |
start | the start point (float from 0.0 to 1.0) |
References DBG, EINA_SAFETY_ON_FALSE_RETURN, and EINA_SAFETY_ON_NULL_RETURN.
Referenced by ethumb_client_video_start_set().
get the video play start point
Get the start point of video thumbnail
e | handle of the current thumbnailer. |
References EINA_SAFETY_ON_NULL_RETURN_VAL.
Set the video time (duration) in seconds.
e | handle of the current thumbnailer. |
time | the video duration in seconds |
References DBG, and EINA_SAFETY_ON_NULL_RETURN.
Referenced by ethumb_client_video_time_set().
Get the video time (duration) in seconds.
e | handle of the current thumbnailer. |
References EINA_SAFETY_ON_NULL_RETURN_VAL.
Set the video frame interval, in seconds.
This is useful for animated thumbnail and will define skip time before going to the next frame. Note that video backends might not be able to precisely skip that amount as it will depend on various factors, including video encoding.
e | handle of the current thumbnailer. |
interval | the frame display interval in seconds |
References DBG, and EINA_SAFETY_ON_NULL_RETURN.
Referenced by ethumb_client_video_interval_set().
Get the video frame interval, in seconds.
e | handle of the current thumbnailer. |
References EINA_SAFETY_ON_NULL_RETURN_VAL.
Set the number of times the video loops (if applicable).
e | A pointer to an Ethumb object. |
ntimes | The number of times the video loops. |
References DBG, EINA_SAFETY_ON_FALSE_RETURN, and EINA_SAFETY_ON_NULL_RETURN.
Referenced by ethumb_client_video_ntimes_set().
Get the number of times the video loops (if applicable).
e | A pointer to an Ethumb object. |
References EINA_SAFETY_ON_NULL_RETURN_VAL.
Set the thumbnail framerate.
e | A pointer to an Ethumb object. |
fps | New framerate of the thumbnail (default 10). |
References DBG, EINA_SAFETY_ON_FALSE_RETURN, and EINA_SAFETY_ON_NULL_RETURN.
Referenced by ethumb_client_video_fps_set().
Get the thumbnail framerate.
e | A pointer to an Ethumb object. |
References EINA_SAFETY_ON_NULL_RETURN_VAL.
Set the page number to thumbnail in paged documents.
e | handle of the current thumbnailer. |
page | the page number. |
References DBG, and EINA_SAFETY_ON_NULL_RETURN.
Referenced by ethumb_client_document_page_set().
Get the page number thumbnailed in paged documents.
e | handle of the current thumbnailer. |
References EINA_SAFETY_ON_NULL_RETURN_VAL.