我在nginx中使用图像filter模块来调整图像大小,并随时更改图像质量。 但质量不会改变,直到我调整图像的大小。 为什么会发生这种情况,如何解决这个问题?
image_filter_jpeg_quality 40; image_filter resize 1200-; image_filter_buffer 8M; image_filter_interlace on;