Created
July 16, 2020 20:59
-
-
Save botic/500789054538761dc8b6f1a308396510 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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