Brooke Vibber
Brooke Vibber
Using the [vcpkg](https://blogs.msdn.microsoft.com/vcblog/2016/09/19/vcpkg-a-tool-to-acquire-and-build-c-open-source-libraries-on-windows/) version of zlib seems to help a little. To use it, set up vcpkg and add this env var in PowerShell: ```$env:VCPKGRS_DYNAMIC = "1"``` (note this pulls...
With the libz_sys and rayon dependencies I don't think it would build to wasm. You'd also need a threading API to make use of it, and a supporting browser or...
Wasm threading still hasn't landed in Safari, but is in Chrome on most platforms (not Android) and now in Firefox, as long as the web page opts in to certain...
A while ago I did a quick test of using miniz_oxide: https://github.com/brion/mtpng/commits/miniz-oxide The performance was not great, but that may be in part because there's no way to set the...
Came across a note that Apple devices use a system like this, using an iDOT ancillary chunk to store metadata - https://www.hackerfactor.com/blog/index.php?/archives/895-Connecting-the-iDOTs.html Might be worth looking into to support that...
Hmmmmmm, well honestly it should be possible to gate stuff on a platform/feature, and it may indeed be useful to have a common API between threaded and non-threaded versions of...
Seems to happen with various other files too, I can provide more later.
PHP 5.6.27 (cli) installed via Homebrew 'php56' tap is debuggable, but doesn't crash on this.
This one hit me today on my local instance (running 3.5.3); there were a lot of boosts in the last few hours and my home timeline showed only two recent...
I've definitely seen it _sometimes_ save out HDR PNGs, but usually when it's confused about the state of things. :D If it keeps doing it I'll see if I can...