John Cupitt
John Cupitt
Hi @Nakilon, There was a change in 8.10 to improve compatibility -- previously, resize shifted the image by 0.5 pixels compared to imagemagick and this made a lot of people...
It might be something else, that was just the change I thought of. Do you see better results if you undo those patches?
Yes, I could well be wrong, it was just a guess. You'd need to test disabling spring, and perhaps ask a spring or senior rails dev for their opinion. AvtiveStorage...
Ah, sorry, I hadn't realized. I agree, it's worth noting then. I wonder how activestorage dodges this issue? I suppose it must delay init until requests come in.
Hello all, I think Kleis might have found the problem (or part of it) -- macOS is missing `sched_getattr` and this forces glib to start threads sooner. https://github.com/libvips/php-vips-ext/issues/42#issuecomment-879817757 I've pushed...
Hi @maxguzenski, this isn't my code, I think I was experimenting with it a while ago. As I recall it's a copy of the thing Lovell uses to build sharp,...
I did this one: https://github.com/jcupitt/docker-builds/tree/master/ruby-vips-amazonlinux That's ruby-vips with libvips on lambda. Maybe adapt something like that? It's relatively simple (Lovell's build is rather complex).
Sure, for example: https://github.com/jcupitt/docker-builds/blob/master/libvips-openjdk-alpine/Dockerfile If you need HEIC support it's a bit harder. You'd probably need to build libheif as well.
libheif in turn depends on some other packages, so you'd need to check those first. HEIC decode uses libde265 and encode uses libx265. They have patent issues, so you'll need...
Yes, the pdfium integration has broken, unfortunately, as pdfium has evolved. This needs to be redone. Let's tag as an enhancement.