-
Hi @drthomas21, I liked your video.
I noticed you are using vips resize to shrink images. Have you looked at using thumbnail instead? It's much faster and needs much less memory, especially for la…
-
### Discussed in https://github.com/libvips/libvips/discussions/3818
Originally posted by **AngelaDMerkel** January 17, 2024
Libvips struggles to properly handle metadata when moving between T…
-
## Question about an existing feature
The `.timeout()` method seems to only apply to certain operations, not the actual encoding of the image - is that right? Is there a way one could abort an ongo…
-
I would like to use Sharp with APNGs.
I suspect this depends on an upstream issue (https://github.com/libvips/libvips/issues/562).
(Not urgent on my part, but something I'd love to have.)
-
There is a new [libvips 8.13+](https://www.libvips.org/2022/05/28/What's-new-in-8.13.html) to block unfuzzed loaders using `vips-block-untrusted-set`.
I think this should be enabled by default to i…
-
The following features would be useful in the isyntax-to-tiff
- [ ] Embed ICC profile
- [ ] Create our own downsampling
The first is self-explanatory; the second would mean that we create the p…
-
I am writing an image processing server libvips and hyper. After processing around 1k requests the memory usage climbs to ~1.2 GB and stays the same after. None of the images are larger than 500Kb. I …
-
I am having some issues when try to: mix run demo.exs
:mix run demo.exs
==> vix
make[1]: Entering directory '/home/userone/Documentos/ElixirCode/cropping/deps/vix/c_src'
cc -O3 -std=c11 -finline…
-
### 🔖 Enhancement description
Look at the amount of CVEs from **ImageMagick**:
https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=Imagemagick
Total of **672** CVEs
Compared to **libvips**:
https://…
-
I'm working with the [NetVips] image processing library and facing high CPU usage while vertically stacking PNG images. The input is a list of byte arrays representing PNG images. I need to:
Crop a…