./configure --with-http_image_filter_module
location / {
root html;
index index.html index.htm;
if ($arg_w = "") {
set $arg_w '-';
}
if ($arg_h = "") {
set $arg_h '-';
}
image_filter resize $arg_w $arg_h;
image_filter_jpeg_quality 95;
}
访问: 123456.jpeg?w=200&h=200







![【洛谷 P8682】[蓝桥杯 2019 省 B] 等差数列 题解(数学+排序+辗转相除法)](https://img-blog.csdnimg.cn/direct/1e7d14a3279041388777583541e4c7fe.png)











