An image format engineered to be simple and compact, inspired by greatly the popular format PNG.
Smaller file size than PNG- Various lossy compression support
- Baked-in ZLib compression
- Engineered with simplicity in mind
Each segment of the header is exactly four bytes long, and all integers are 32-bit and formatted using Big Endian.
- Magic Bytes: A unique identifier that is essentially "RUGS" in ASCII.
- Height: The height of the image as an integer.
- Width: The width of the image as an integer.
This will compile and run the commandline utility for RUGS. You must have Rust installed to compile it.
git clone https://github.com/jitterbugd/RUGS; cd RUGS; cargo build --releaseVisit the releases page here and download the binary of your choice. It is a commandline program, so you must execute it from one.
