Commit 1be2216 1 parent d966622 commit 1be2216 Copy full SHA for 1be2216
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- # ppm2pwg - misc printing format conversion utilities
1
+ # ppm2pwg - misc printing utilities
2
2
(should really be renamed)
3
3
4
4
[ ![ 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
28
28
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.
29
29
30
30
## ippclient (WIP)
31
- An IPP client that harnesses the above tools for converting files to be printed.
31
+ An IPP client that harnesses the above tools for converting files to be printed.
32
+ This is a port/rewrite/clean-up of the core parts of SeaPrint in regular (non-Qt) C++.
33
+ The plan is to swap over to using this once fature parity is achieved.
32
34
33
35
## Building
34
36
You can’t perform that action at this time.
0 commit comments