package camlimages

  1. Overview
  2. Docs
type t = {
  1. tag : int;
  2. format : Pack.format;
  3. components : int;
  4. data : string;
}