DEFAULT_WIDTHS top-level constant

Set<int> const DEFAULT_WIDTHS

DEFAULT_WIDTHS is an array of image widths generated by calling TargetWidths(100, 8192, 0.08). These defaults are quite good, cover a wide range of widths, and are easy to start with.

Implementation

const DEFAULT_WIDTHS = {
  100,
  116,
  135,
  156,
  181,
  210,
  244,
  283,
  328,
  380,
  441,
  512,
  594,
  689,
  799,
  927,
  1075,
  1247,
  1446,
  1678,
  1946,
  2257,
  2619,
  3038,
  3524,
  4087,
  4741,
  5500,
  6380,
  7401,
  8192
};