twicpics


{
  "src": "/football.jpg"
}
{
  "src": "/football.jpg",
  "width": 501,
  "height": 501,
  "fit": "cover"
}
{
  "src": "/football.jpg",
  "width": 501,
  "height": 1001,
  "fit": "contain"
}
{
  "src": "/football.jpg",
  "width": 501,
  "height": 1001,
  "fit": "fill"
}
{
  "src": "/football.jpg",
  "width": 501,
  "height": 501,
  "fit": "inside"
}
{
  "src": "cat_1x1.jpg",
  "width": 300,
  "height": 600,
  "fit": "inside",
  "background": "red"
}
{
  "src": "/football.jpg",
  "width": 501,
  "height": 1001,
  "fit": "outside"
}
{
  "src": "/icon-500.png",
  "width": 501,
  "background": "red"
}
{
  "src": "/peacock.jpg",
  "width": 501,
  "format": "avif"
}
{
  "src": "/peacock.jpg",
  "width": 501,
  "format": "preview"
}
{
  "src": "/peacock.jpg",
  "width": 501,
  "format": "maincolor"
}
{
  "src": "/peacock.jpg",
  "width": 501,
  "format": "blank"
}
{
  "src": "/peacock.jpg",
  "quality": 100
}
{
  "src": "/peacock.jpg",
  "quality": 1
}
{
  "src": "/woman-14.jpg"
}
{
  "src": "/woman-14.jpg",
  "width": 501,
  "height": 301,
  "modifiers": {
    "focus": "auto"
  }
}
{
  "src": "/woman-14.jpg",
  "width": 501,
  "fit": "inside",
  "modifiers": {
    "focus": "auto"
  }
}
{
  "src": "cat_1x1.jpg",
  "width": 300,
  "fit": "resize",
  "modifiers": {
    "cover": "4:3"
  }
}
{
  "src": "/cat.jpg",
  "modifiers": {
    "crop": "500x100"
  }
}
{
  "src": "/cat.jpg",
  "width": 501,
  "modifiers": {
    "crop": "500x100@700x400"
  }
}
{
  "src": "/cat.jpg",
  "width": 501,
  "modifiers": {
    "focus": "auto",
    "crop": "500x100"
  }
}
{
  "src": "/cat_1x1.jpg",
  "modifiers": {
    "focus": "auto",
    "crop": "500x500"
  }
}
{
  "src": "/football.jpg",
  "modifiers": {
    "focus": "auto",
    "cover": "1:1"
  }
}
{
  "src": "/puppy.jpg",
  "width": 501,
  "modifiers": {
    "flip": "both"
  }
}
{
  "src": "/peacock.jpg",
  "format": "png",
  "modifiers": {
    "truecolor": true
  }
}
{
  "src": "/peacock.jpg",
  "format": "png",
  "modifiers": {
    "truecolor": false
  }
}
{
  "src": "/man-13.jpg",
  "format": "png",
  "modifiers": {
    "turn": "left"
  }
}
{
  "src": "/man-13.jpg",
  "format": "png",
  "modifiers": {
    "turn": 80
  }
}
{
  "src": "/man-13.jpg",
  "format": "png",
  "modifiers": {
    "turn": 90
  }
}
{
  "src": "/cherry-3.jpg",
  "format": "png",
  "width": 501,
  "modifiers": {
    "focus": "auto",
    "zoom": 1.5
  }
}
{
  "src": "/cherry-3.jpg",
  "format": "png",
  "width": 501,
  "modifiers": {
    "focus": "auto",
    "zoom": 3
  }
}
{
  "src": "/football.jpg",
  "modifiers": {
    "cover": "16:9",
    "focus": "auto",
    "turn": "left"
  }
}
{
  "src": "/football.jpg",
  "modifiers": {
    "focus": "auto",
    "turn": "left",
    "cover": "16:9"
  }
}