package camlimages

  1. Overview
  2. Docs
type t =
  1. | Comment of string
  2. | App of int * string

Jpeg Marker such as EXIF

val format : Format.formatter -> t -> unit