Skip to content

Latest commit

 

History

History
223 lines (173 loc) · 3.37 KB

info_options.md

File metadata and controls

223 lines (173 loc) · 3.37 KB

Supported info options

{
  size: true || false
}
{
  format: true || false
}
{
  dimensions: true || false
}
{
  video_meta: true || false
}
{
  detect_objects: true || false
}
{
  colorspace: true || false
}
{
  bands: true || false
}
{
  sample_format: true || false
}
{
  pages_number: true || false
}
{
  alpha: {
    alpha: true || false,
    check_transparency: true || false,
  }
}
{
  crop: {
    width: Float,
    height: Float,
    gravity: gravity, # See the 'gravity' processing option
  }
}
{
  palette: Integer
}
{
  average: {
    average: true || false,
    ignore_transparent: true || false,
  }
}
{
  dominant_colors: {
    dominant_colors: true || false,
    build_missed: true || false,
  }
}
{
  blurhash: {
    x_components: Integer,
    y_components: Integer,
  }
}
{
  calc_hashsums: Array[String || Symbol]
}
{
  page: Integer
}
{
  video_thumbnail_second: Float
}
{
  video_thumbnail_keyframes: true || false
}
{
  cachebuster: String || Symbol
}
{
  expires: Integer || Time,
}
{
  preset: Array[String || Symbol]
}
{
  hashsum: {
    hashsum_type: Array[String || Symbol]
    hashsum: String,
  }
}
{
  max_src_resolution: Float
}
{
  max_src_file_size: Integer
}