New in version 1.17.
128x128 as defined by FreeDesktop.Org standard
256x256 as defined by FreeDesktop.Org standard
PNG as defined by FreeDesktop.Org standard.
JPEGs are often smaller and faster to read/write.
EFL’s own storage system, supports key parameter.
Keep original proportion between width and height
Ignore aspect and foce it to match thumbnail’s width and height
keep aspect but crop (cut) the largest dimension
Keep orientation as pixel data is
Rotate 90° clockwise
Rotate 180°
Rotate 90° counter-clockwise
Flip horizontally
Flip vertically
Transpose
Transverse
Use orientation from metadata (EXIF-only currently)
init() Initialize the ethumb library.
Note
You never need to call this function, it is automatically called on module import.
shutdown() Shutdown the ethumb library.
Note
You never need to call this function, it is automatically called at exit.