Module CseResource.ImgType

type t =
  1. | Default
  2. | Clipart
    (*

    clipart

    *)
  3. | Face
    (*

    face

    *)
  4. | Lineart
    (*

    lineart

    *)
  5. | News
    (*

    news

    *)
  6. | Photo
    (*

    photo

    *)
val to_string : t -> string
val of_string : string -> t