Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
attah authored Feb 23, 2024
1 parent d966622 commit 1be2216
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 1be2216

Please sign in to comment.