Skip to content

Instantly share code, notes, and snippets.

@botic
Created July 16, 2020 20:59
Show Gist options
  • Save botic/500789054538761dc8b6f1a308396510 to your computer and use it in GitHub Desktop.
Save botic/500789054538761dc8b6f1a308396510 to your computer and use it in GitHub Desktop.
[
{
"name": "optimizedMaster",
"params": {
"auto": "compress,enhance,format"
}
},
{
"name": "smallSquare",
"params": {
"w": "640",
"h": "640",
"auto": "compress",
"fit": "crop",
"crop": "edges"
}
},
{
"name": "small",
"params": {
"w": "640",
"h": "640",
"auto": "compress",
"cs": "strip",
"fit": "clip"
}
},
{
"name": "medium",
"params": {
"w": "1280",
"h": "1280",
"auto": "compress",
"cs": "strip",
"fit": "clip"
}
},
{
"name": "large",
"params": {
"w": "2048",
"h": "2048",
"auto": "compress",
"cs": "strip",
"fit": "clip"
}
},
{
"name": "fullHD",
"params": {
"w": "1920",
"h": "1080",
"auto": "compress",
"cs": "strip",
"fit": "crop",
"crop": "entropy"
}
},
{
"name": "facebook191",
"params": {
"w": "1146",
"h": "600",
"q": "90",
"fit": "crop",
"crop": "edges"
}
},
{
"name": "title1x",
"params": {
"w": "1120",
"h": "340",
"fit": "fill",
"fill": "blur",
"auto": "compress"
}
},
{
"name": "title2x",
"params": {
"w": "2240",
"h": "680",
"fit": "fill",
"fill": "blur",
"auto": "compress"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment