Lovell Fuller

Results 604 comments of Lovell Fuller

Thank you @randy408 for all your time spent creating and maintaining this library. From [sharp](https://github.com/lovell/sharp) v0.26.0 onwards, the prebuilt binaries include libspng for decoding PNG images. Looking forward to PNG...

Hello, thanks for this, as you say this module is fairly clear in the use case being Buffer-to-Buffer (de)coding. If the benchmarks were to include test cases that either consume...

Hello again, thanks for this Nick, like with your similar improvements for `farmhash` at https://github.com/lovell/farmhash/issues/19 we can merge this when `prebuild` supports N-API too.

@Lakzix Are you planning/hoping to use ARM CPUs?

Hi Peter, these are great ideas, very happy to accept a PR for either/both. The use of input structure to determine output structure should probably be the default behaviour anyway,...

No, sadly not, sorry. I would be interested to know a bit more about the context/scenario where using an AVIF image sequence might be considered more appropriate or a better...

Thanks for the example. I don't see any mp4 files on the BMI awards page, am I missing something?

Ah, thanks, I opened the page in Chrome and see it now. I'm still unsure why an embedded `` wouldn't be preferable here. It will probably have a smaller file...

I'd expect the prebuilt binaries to "just work" on Intel Ivy Bridge CPUs such as the E5-2670 v2 as they support the `sse4_2` flag. Have you tried `npm install --build-from-source`?...

The compiler flags used to create the prebuilt binaries are: https://github.com/lovell/farmhash/blob/32cc9728309ab88a6e16a31d6ee4081fa01a2a30/.github/workflows/ci.yml#L53 I think newer versions of gcc have renamed this CPU preset from `corei7` to `nehalem` so perhaps we could...