Nico Weber
Nico Weber
Primary platform is set to `'*nix'`. Per https://color.org/specification/ICC.1-2022-05.pdf, primary platform must be one of the values in table 20, which does not include `'*nix'`. (I'd suggest setting it to 0...
For this file (from the pdfium test suite; I think I wanted to look at it because it used some JBIG2 feature, but I don't remember details): [bug_1087.pdf](https://github.com/SerenityOS/serenity/files/14898225/bug_1087.pdf) `Build/lagom/bin/pdf --render...
Currently, PeepOpen wants me to change the MacVim prefs to "Open files form applications: in the current window, and set the argslist". I don't want to change this preference. Instead,...
`Command::spawn()` in the rust stdlib unconditionally calls `anon_pipe` here: https://github.com/rust-lang/rust/blob/master/library/std/src/sys/unix/process/process_unix.rs#L62 `anon_pipe` on Linux calls `pipe2` to set `CLOEXEC` on the pipe atomically: https://github.com/rust-lang/rust/blob/521734787ecf80ff12df7ca5998f7ec0b3b7b2c9/library/std/src/sys/unix/pipe.rs#L18 But macOS has no `pipe2`, so here...
If you use this json file: ``` var kTree = { "data": { "$area": 89118673, "$dominant_symbol": "" }, "name": "[everything] 89.1m", "children": [ { "data": { "$area": 19992565, "$dominant_symbol": "code"...
The high-level design is that we have a static method on WebPWriter that returns an AnimationWriter object. AnimationWriter has a virtual method for writing individual frames. This allows streaming animations...
For example, for 7z7c.gif, we now store one 500x500 frame and then a 94x78 frame at (196, 208) and a 91x78 frame at (198, 208). This reduces how much data...
[wow.zip](https://github.com/discord/lilliput/files/15276703/wow.zip) The webp file in the attached zip is an animated lossless webp that displays fine in all browsers I've tried. If I upload the webp file in the attached...
We still construct the code length codes manually, and now we also construct a PrefixCodeGroup manually that assigns 8 bits to all symbols (except for fully-opaque alpha channels, and for...
Input 1:  `animation -o wow1.gif 7z7c.gif` Output 1:  Input 2:  Output 2: `/animation -o wow.gif ~/Downloads/star-wars-impossible.gif` (this requires #24410 to produce this glitchy output at all): 