Sergei Aleksandrovich

Results 198 comments of Sergei Aleksandrovich

Hi, Thanks for your contribution! Could you put the truncated signature example in a separate file so it won't puzzle ones who don't need truncation?

I like examples to be copy-paste ready with as less redundant code as possible. So let's split it :)

Hi @chaimch! The font used for the small text is very narrow, the lines are only 1px wide. Because of the font weight, this text is very sensitive to scaling....

Hey @legopin! This is intended behavior. Maybe the docs aren't clear enough 🤔 The main purpose of this feature is to skip heavy lifting like processing of GIFs. And I...

Did you try `v3.0.0`? It uses the new vips' method for saving GIFs which is much faster and generates better results

Hi Tommaso, I'd be happy to add this info to readme, but I don't have one. I developed imgproxy for the needs of https://ebaysocial.ru/, and we successfully use it for...

Hi guys, Thank you for your stories! I'd be very appreciated if you could spend a bit of time filling our [survey form](https://evilmartians.typeform.com/to/A0OfqB). Your feedback would help me to bring...

Hey @quydox! Sorry for the huge delay :( You're trying to use the advanced options with the old basic URL format. Please, check out [the docs](https://docs.imgproxy.net/generating_the_url) or the new [PHP...

Hi @levydanqc! By "web app" you mean an HTML page with an `` tag, right? If you open the image from this `img` tag in the new tab, does it...

Hi @mike-hart! `vips_image_get` errors are not related to this issue. GIF frame size is limited by libvips, and we're working on fixing this. Previously GIFs were saved with ImageMagick, but...