Clinton Ingram
Clinton Ingram
To me, `NativeArray` reads like it's backed by native memory, not that its length is limited to native int max 🤷♂️
At that point `PNG_NO_FILTERS` means a filter value wasn't previously set, so that code is filling in the defaults. Calling `png_set_filter` with either `PNG_NO_FILTERS` or `PNG_FILTER_VALUE_NONE` ([same value](https://github.com/glennrp/libpng/blob/823ef44f01764127276fc0fc1c4dfa5f01c64a2e/png.h#L1464-L1476)) will save...
Quite right. Thanks for pointing those out. I always use a threshold when I use this plugin, so the value is always present in both options and settings for me....
Since Microsoft declined to fix their bad XML (https://github.com/dotnet/standard/issues/1527#issuecomment-1244413631) and since the NETStandard ref package had the only bad XML file I've seen left in the wild, I decided to...
Closing, per https://github.com/saucecontrol/InheritDoc/issues/6#issuecomment-1785004722 Thanks for the effort regardless :)
@Herrmel I'm planning a new release soon and was giving this and your associated PR another look. While I think this is a good feature idea, it seems Microsoft has...
> A "pull" style API (may I have the next $x decoded scanlines please) would be a lot easier. Almost all image load libraries use an interface like this. I...
Howdy! Thanks for logging this. I've had MozJPEG on my internal to-do list for a while, and it's good to see some interest. I haven't fully reviewed the diffs between...
Just spent the entire weekend+ updating to the latest versions of all the currently-used native codecs, which has decreased my appetite for adding more 😅 I took the opportunity to...
Another option I'm keeping an eye on is [jpegli](https://github.com/libjxl/libjxl/tree/main/lib/jpegli), which is based on some of the [guetzli](https://github.com/google/guetzli) work combined with parts from JXL. Seems that it [has advantages over MozJPEG](https://giannirosato.com/blog/post/image-comparison/),...