You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"status":"error","code":404,"message":"Image is too large for processing. Width x height should be less than 71 megapixels."}
I've tried building a docker image with modified stream.cpp and thumbnail.cpp files, but when I comment out git clone in the dockerfile to use my modified source this happens:
CMake Error: The source directory "/var/www/imagesweserv" does not appear to contain CMakeLists.txt.
It would be nice if this configuration setting could be easily changed like "weserv_max_size" in imagesweserv.conf. Thanks.
The text was updated successfully, but these errors were encountered:
Resolved with b4e8381. These new directives are documented within ngx_conf/README.md. Thanks for the suggestion!
Be careful when setting weserv_limit_input_pixels to 0, do this only for trusted input. There are PNG decompression bombs available that could burn all the available memory.
I'm getting this error.
{"status":"error","code":404,"message":"Image is too large for processing. Width x height should be less than 71 megapixels."}
I've tried building a docker image with modified stream.cpp and thumbnail.cpp files, but when I comment out git clone in the dockerfile to use my modified source this happens:
CMake Error: The source directory "/var/www/imagesweserv" does not appear to contain CMakeLists.txt.
It would be nice if this configuration setting could be easily changed like "weserv_max_size" in imagesweserv.conf. Thanks.
The text was updated successfully, but these errors were encountered: