package efl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type thumb_aspect = [
  1. | `crop
  2. | `ignore_aspect
  3. | `keep_aspect
]
type thumb_fdo_size = [
  1. | `large
  2. | `normal
]
type thumb_format = [
  1. | `eet
  2. | `fdo
  3. | `jpeg
]
type thumb_orientation = [
  1. | `flip_horizontal
  2. | `flip_transpose
  3. | `flip_transverse
  4. | `flip_vertical
  5. | `orient_none
  6. | `orient_original
  7. | `rotate_180
  8. | `rotate_90_ccw
  9. | `rotate_90_cw
]
OCaml

Innovation. Community. Security.