sig
type thumb_aspect = [ `crop | `ignore_aspect | `keep_aspect ]
type thumb_fdo_size = [ `large | `normal ]
type thumb_format = [ `eet | `fdo | `jpeg ]
type thumb_orientation =
[ `flip_horizontal
| `flip_transpose
| `flip_transverse
| `flip_vertical
| `orient_none
| `orient_original
| `rotate_180
| `rotate_90_ccw
| `rotate_90_cw ]
end