Module Jpeg.Marker

type t =
| Comment of string
| App of int * string

Jpeg Marker such as EXIF

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