Skip to content

Commit

Permalink
docs(readme): add aarch64 Linux to platform list
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Apr 2, 2023
1 parent dca6ee2 commit 7232b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ I wrote this program because I wanted to create images with the characteristic h

Quantized images compress better when their originals, so HiColor may serve as a less-lossy alternative to the 256-color [pngquant](https://pngquant.org/). Quantizing a PNG file to PNG preserves transparency (but does not quantize the alpha channel). Conversion to and from the HiColor format does not preserve transparency.

The program is written in C with minimal dependencies and builds as a static binary by default. It is known to work on Linux (i386, x86\_64, riscv64), FreeBSD, NetBSD, OpenBSD, and Windows 98 Second Edition, 2000 Service Pack 4, XP, and 7.
The program is written in C with minimal dependencies and builds as a static binary by default. It is known to work on Linux (aarch64, i386, riscv64, x86\_64), FreeBSD, NetBSD, OpenBSD, and Windows 98 Second Edition, 2000 Service Pack 4, XP, and 7.

## Known bugs and limitations

Expand Down

0 comments on commit 7232b97

Please sign in to comment.