Paul
Paul
+1 Would be nice if this could be added.
Did anyone manage to resolve this? I'm getting image artifacts randomly on images I am resizing whenever I generate more than 1 at the same time. It seems to happen...
I just tried, but it didn't help unfortunately. There seems to be a cutoff point after which the image is corrupted, for instance:  It seems to be happening for...
You seem to be right! I just created this MR: https://github.com/h2non/bimg/pull/324 And that seems to fix the issue (at first sight), except the portrait images now seem to lose (too...
@urjitbhatia I basically had a large set (~50) of JPEG images of high resolution (something like 60 megapixel) which I unfortunately cannot share because they're from a client and thus...
I couldn't really reconcile using `vips_thumbnail_buffer()` with the whole bimg `resize()` pipeline so I ended up creating a function that sidesteps that pipeline altogether and _only_ uses `vips_thumbnail_buffer()`. This is...
I took a stab at implementing source and target loaders a while back, perhaps you see something you can re-use here :) https://github.com/vansante/go-vips-thumbnailer
I'm afraid I cannot offer you more insight, I hit this error once, from what looked to be a corrupt bolt database file and I have not seen the issue...
I have been regularly seeing fatals with this error on FreeBSD AMD64 running go1.21.7. See here for the error: ``` runtime: want=4 got=0 fatal error: limiterEvent.stop: found wrong event in...
Yeah, I have also given up and resorted to setting up a personal fork with this merged 🤷