开发者

Nginx and Watermarking

开发者 https://www.devze.com 2023-02-16 10:00 出处:网络
I use ngx_http_image_filter_module module for servi开发者_StackOverflow社区ng images in my project.

I use ngx_http_image_filter_module module for servi开发者_StackOverflow社区ng images in my project. Everything works perfectly. And now I want to dynamically put watermarks on images.

I can't put them on upload because image sizes are often being changed. So, is that possible with nginx?


Try this patch. I found it through internet.

It is allow to nginx to apply watermark's. This implementation only works with using function, which change size of image.

0

精彩评论

暂无评论...
验证码 换一张
取 消