Diego Fernandez
Diego Fernandez
It's me again with some more findings from my logs :sweat_smile: I am seeing the error "Could not find codec parameters for video stream". Most of these comes from SVG...
I would like to limit the dimensions of output images no matter what was requested. Example: - Original image: 24000x13500 (16:9) JPEG - Server config: `IMGPROXY_MAX_OUTPUT_DIMENSION=8000` - Request: `/_/rs:fit:10000:5625/plain/my-image.jpeg` -...
Just got a browser complaining about parsing the SVG output of Imgproxy. Debugging the file it seems to be an issue with the ordering of attributes on the `svg` element....
Hello :wave: In our Imgproxy deployment we use 10000 as max resolution for images. That's by design since we have many cases of highres images that are simple and highly...
I am looking for some issues with image processing, we collect logs in DataDog. This is how warnings look like: ``` { "id": "", "content": { "timestamp": "", "tags": [],...
Imgproxy provides [fallback image](https://docs.imgproxy.net/configuration/options#fallback-image) configuration options. We'd like to configure which status code would return the fallback image, rather than that being the default for all non-200 responses. E.g.: `IMGPROXY_FALLBACK_IMAGE_WHEN_HTTP_CODE_IS=404`....
### Checklist - [x] I have looked into the [Readme](https://github.com/auth0/jwks-rsa-java#readme) and [Examples](https://github.com/auth0/jwks-rsa-java/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [x] I have looked into the [API documentation](https://javadoc.io/doc/com.auth0/jwks-rsa/latest/index.html)...