Sergei Aleksandrovich
Sergei Aleksandrovich
I released v3.0.0 with info options support included
Hey @nicksherron! Thanks for your kind words! Subpackages of imgproxy aren't intended for use outside of imgproxy. Thus, it seems like adopting a Go workspace would just add complications to...
Hey @dmalexeev! imgproxy, libvips, and libheif work according to the [HEIF specification](https://ebin.pub/iso-iec-23008-122017-information-technology-high-efficiency-coding-and-media-delivery-in-heterogeneous-environments-part-12-image-file-format-part-12-image-file-format-1nbsped.html). According to this specification, EXIF data is informative and should not affect image presentation: > Metadata specified in...
Hey @diegoatpitch! Sorry, I don't fully understand what you want to change in the imgproxy behavior. imgproxy uses a fallback image only when downloading of the source image fails. This...
Hey @kevn-m! This issue is a duplicate of https://github.com/imgproxy/imgproxy/issues/1302, and the problem is the same: > The reason is the big values of params in patternTransform="matrix(...)". Cairo doesn't allow absolute...
Hey @hossein-raeisi! Thanks for the PR! The `preset` argument in libvips is not a string but [VipsForeignWebpPreset](https://www.libvips.org/API/current/VipsForeignSave.html#VipsForeignWebpPreset). The string from the config should be cast to it somewhere [here](https://github.com/imgproxy/imgproxy/blob/master/vips/vips.go#L105).
Sorry for the delay. Merged. Thanks again for your contribution!
Hey @kursataktas! Sorry, I was too loaded and totally forgot to answer you 😓 I love your project and very much appreciate your choice of imgproxy for one of your...
Hey @schonert! Thanks for the catch! I fixed the problem with the percent-encoded characters treatment in the `latest` build. However, note that imgproxy unescapes plain (not base64-encoded) source URLs, so...
Hey @schonert! Unfortunately, there's almost no chance for that. EPS is an ancient and currently very unpopular format. There are literally no libraries that can render EPS except GhostScript, which...