Sergei Aleksandrovich

Results 198 comments of Sergei Aleksandrovich

Hey @Darkle! The `IMGPROXY_OPEN_TELEMETRY_ENDPOINT` format is `host:port`. I guess, we need to revise the OTel configuration to add support for custom endpoint paths

I revised the OpenTelemetry config in the `latest` build to use standard env vars when possible (have been going to do so for a long time): https://docs.imgproxy.net/latest/monitoring/open_telemetry. Take note that...

Hey @InnaAndreeva! I like the idea, but the implementation should be reworked. 1. The error structure is not the best place to store the original image URL. In the Pro...

Hey @swishstache! I guess `convert` and `mutool` work correctly because your system has the `Trebuchet MS` font installed. If you put `Trebuchet MS` to `/usr/share/fonts` in the imgproxy's Docker image,...

BTW, I installed ImageMagick inside the imgproxy's Docker container, and it also rendered the PDF incorrectly until I installed Trebuchet MS.

Hey @Frezyy123! SVGs are not rasterized unless the resulting format is explicitly specified. In the vast majority of cases rasterizing SVG doesn't bring any benefit. The only case I know...

Hey @Suranex! `crop` uses the `gravity` option value only when its own `gravity` argument is not specified. Actually, I can't understand what you're trying to achieve by using two gravities....

Why do you need the 4th and 5th crop arguments if you're going to use the `fp` gravity? Offsets can't be set for the `fp` gravity.

Ok, I guess now I get it. I'm absolutely not familiar with TYPO3, but from what I've read on the internet, you're doing almost everything right. Correct me if I'm...