diff --git a/README.md b/README.md index d24dad9..a18c6de 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ppm2pwg - misc printing format conversion utilities +# ppm2pwg - misc printing utilities (should really be renamed) [![C/C++ CI](https://github.com/attah/ppm2pwg/workflows/C%2FC%2B%2B%20CI/badge.svg)](https://github.com/attah/ppm2pwg/actions/workflows/ccpp.yml) @@ -28,7 +28,9 @@ IPP-printers are only required to support baseline-encoded jpeg according to PWG Despite working with in-memory data, it only requires the libjpeg 62.2.0 and not 62.3.0/7.3+ API, so it works on conservative distros. ## ippclient (WIP) -An IPP client that harnesses the above tools for converting files to be printed. +An IPP client that harnesses the above tools for converting files to be printed. +This is a port/rewrite/clean-up of the core parts of SeaPrint in regular (non-Qt) C++. +The plan is to swap over to using this once fature parity is achieved. ## Building