makeworld
makeworld
> I’m trying to 2x upscale a 25 frames 800x800 gif but it says imagine [image] block is out of bounds. This bug comes from the gif library, specifically [this...
Error diffusion dithering is inherently sequential. But it could be parallelized when multiple images are given as input, by dithering multiple images at once. It would require a large refactor....
This issue was originally made for the [didder](https://github.com/makeworld-the-better-one/didder) repo, so didder commands are referenced. --- This is a strange and important bug. These are the two commands: ``` didder -i...
https://surma.dev/things/ditherpunk/ talks about this a bit, and he implemented it as well. In code it will likely be called blue noise dithering.
Another `SpecialDither` https://bisqwit.iki.fi/story/howto/dither/jy/ There are three versions of this to be implemented.
This would be a `SpecialDither`. https://www.compuphase.com/riemer.htm
From the README: > Support interactive input for status code 10 & 11 It should be supported interactively through a prompt, but also allow specifying it through a flag, which...
Why did I even do this? From the README CLI help: ``` -m, --max-size string Set the file size limit. Any download that exceeds this size will cause an Info...
`--header-only` would be similar to `--header -o /dev/null --quiet`, but it would not download the page content, and it would output the header to stdout, instead of stderr with a...
- Disabled when outputting to stdout - Option to specify how many downloads to make at once, default set to 1 - Proper cleanup, so there are no partial files...