Sergei Aleksandrovich
Sergei Aleksandrovich
Hi @swistaczek! Oh, GIFs are a painful subject... There are multiple problems: 1. GIF encoding is slow. It involves the quantization and remapping of each frame. And this is a...
Memory shouldn't be an issue since libvips doesn't decode the whole "filmstrip" into memory. Libvips stores only a single frame in the memory. I guess, the issue in your case...
Hey @routehero! It doesn't look like browsers have proper support for animated AVIFs nowadays. The only browser that properly plays AVIF animations is Safari. Chrome and Firefox seem to treat...
That's interesting. The samples from https://colinbendell.github.io/webperf/animated-gif-decode/avif.html are still played just once in Firefox and Chrome.
Hi @sanvit! imgproxy forcefully runs garbage collection and `malloc_trim(0)` every 10 seconds by default. However, imgproxy uses cached memory buffers when downloading images. This way imgproxy can reuse memory and...
> Is there a way to force-evict the cache? I'm trying to do everything I can in order to reduce memory usage inside the container if possible, as railway charges...
Hi @ericsouza! imgproxy is a 12-factor app so it writes its logs to STDOUT only: https://12factor.net/logs
If you're asking about a tool that can convert imgproxy log to GELF then I don't know since I'm not familiar with graylog. If you are asking about adding GELF...
Hey @perosb! This is a security measure. PNG files may contain a lot of text chunks, and some of them may be pretty large yet effectively compressed. This can be...
I'm going to add this anyway, so please don't close the issue, please