makeworld is a small, developer-focused publisher that builds minimalist command-line utilities for digital imaging and data verification workflows. Its catalog centers on Didder, a high-performance image-dithering engine that converts full-color pictures to indexed palettes through more than twenty algorithms—Floyd-Steinberg, Atkinson, Sierra, and custom user tables—while exposing fine-grained control over channel mixing, brightness, contrast, and gamma. Batch operations, recursive directory scanning, and stdin/stdout piping make it a favorite among retro-game artists, web designers compressing sprites, and embedded engineers preparing 1-bit OLED assets. The second tool, merkdir, addresses integrity checking by turning any folder into a Merkle tree, outputting compact SHA-256 hashes that can be shipped alongside releases or archived datasets so recipients can verify tamper-proof contents with a single command. Both programs are written in Go, compile to static binaries for Windows, macOS, and Linux, and run without external dependencies, so they drop cleanly into CI pipelines, Docker containers, or portable thumb-drive toolkits. Documentation is terse but example-rich, appealing to keyboard-centric professionals who prefer scriptable utilities over GUI wrappers. The publisher’s software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always install the latest upstream builds, and support unattended batch installation of multiple applications.

Didder

An extensive, fast, and accurate command-line image dithering tool.

Details
merkdir

Create Merkle trees from your directories.

Details