Update readme
This commit is contained in:
parent
f6a353dad5
commit
4138aada34
1 changed files with 6 additions and 2 deletions
|
|
@ -6,11 +6,15 @@ OxiPng began as a completely rewrite of the OptiPNG project,
|
||||||
which is assumed to be dead as no commit has been made to it since 2013.
|
which is assumed to be dead as no commit has been made to it since 2013.
|
||||||
The name has been changed to avoid confusion and potential legal issues.
|
The name has been changed to avoid confusion and potential legal issues.
|
||||||
|
|
||||||
|
The core goal of rewriting OptiPNG was to implement multithreading,
|
||||||
|
which would be very difficult to do within the existing C codebase of OptiPNG.
|
||||||
|
This also served as an opportunity to choose a more modern, safer language (Rust).
|
||||||
|
|
||||||
OxiPng is a PNG compression optimizer.
|
OxiPng is a PNG compression optimizer.
|
||||||
|
|
||||||
In the typical use case, OxiPng recompresses PNG image files
|
In the typical use case, OxiPng recompresses PNG image files
|
||||||
losslessly, converts external formats (BMP, GIF, PNM and TIFF) to
|
losslessly and performs PNG integrity checks and corrections.
|
||||||
optimized PNG, and performs PNG integrity checks and corrections.
|
Future implementation of other features is planned.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue