From 567498ffa39760b28e860346259ff464e00ca8d8 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 19 Feb 2018 17:47:25 -0500 Subject: Add pngo command line options --- bin/README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/README') diff --git a/bin/README b/bin/README index 32f9862d..4e4a8d9d 100644 --- a/bin/README +++ b/bin/README @@ -86,6 +86,10 @@ PNG optimizer. Does not support interlaced PNGs. - Applies a simple filter type heuristic - Applies zlib's best compression + pngo foo.png + pngo -o bar.png foo.png + pngo -c foo.png | xx + wake Broadcasts a wake-on-LAN packet to one of my machines. -- cgit 1.4.1 dcda1a3c6814638f71d74a1578cd'>this commit dontfiles
summary refs log tree commit diff
path: root/port/caesar/caesar.c (unfollow)
Commit message (Collapse)Author
2024-05-22Remove use of sysexits.hJune McEnroe
2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe
2024-05-21Fix = precedence in whenJune McEnroe