Module Jpeg.Marker

module Marker: sig .. end

type t = 
| Comment of string
| App of int * string
Jpeg Marker such as EXIF
val format : Format.formatter -> t -> unit