1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-23 11:14:48 +02:00
imgproxy/k6/urls.json.example

17 lines
334 B
Plaintext
Raw Normal View History

2022-07-12 18:01:54 +06:00
[
{
"url": "/rs:fit:500:500/crop:1000:1000/sh:2/rot:90/wm:1/pd:10/plain/local:///test.jpg",
2022-07-13 14:52:45 +06:00
"weight": 5,
"group": "jpg"
2022-07-12 18:01:54 +06:00
},
{
"url": "/rs:fit:500:0/plain/local:///test.png",
2022-07-13 14:52:45 +06:00
"weight": 2,
"group": "png"
2022-07-12 18:01:54 +06:00
},
{
2022-07-13 14:52:45 +06:00
"url": "/rs:fill:300:0/wm:0.5:re:::0.2/plain/local:///test.gif",
"group": "gif"
2022-07-12 18:01:54 +06:00
}
]