Module Jpeg.Marker

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

Jpeg Marker such as EXIF

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