summary refs log tree commit diff
path: root/bin/man
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-17 18:02:46 -0400
committerJune McEnroe <june@causal.agency>2018-09-17 18:02:46 -0400
commitfc8bb4da695fee8016599e9fe0d521679644a6a4 (patch)
tree60a86846b802850fe6200f92abcf1c117702e68e /bin/man
parentMove gfx man pages to gfx/man (diff)
downloadsrc-fc8bb4da695fee8016599e9fe0d521679644a6a4.tar.gz
src-fc8bb4da695fee8016599e9fe0d521679644a6a4.zip
Add tRNS support to pngo
Diffstat (limited to 'bin/man')
-rw-r--r--bin/man/pngo.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/man/pngo.1 b/bin/man/pngo.1
index 4ba8a624..0980d0c7 100644
--- a/bin/man/pngo.1
+++ b/bin/man/pngo.1
@@ -1,4 +1,4 @@
-.Dd September 7, 2018
+.Dd September 17, 2018
 .Dt PNGO 1
 .Os "Causal Agency"
 .
@@ -39,7 +39,7 @@ Discard unnecessary alpha channel.
 .It
 Convert unnecessary truecolor to grayscale.
 .It
-Palletize color if possible.
+Palletize color and alpha if possible.
 .It
 Reduce bit depth if possible.
 .It
blame.c?id=441dac1d747dab43e3559ee68f18a273512064cd&follow=1'>ui-blame: set repo for sbJason A. Donenfeld 2018-11-25auth-filter: pass url with query string attachedJason A. Donenfeld 2018-11-21git: use xz compressed archive for downloadChristian Hesse 2018-10-12git: update to v2.19.1Christian Hesse 2018-09-11ui-ssdiff: ban strcat()Christian Hesse 2018-09-11ui-ssdiff: ban strncpy()Christian Hesse 2018-09-11ui-shared: ban strcat()Christian Hesse 2018-09-11ui-patch: ban sprintf()Christian Hesse 2018-09-11ui-log: ban strncpy()Christian Hesse 2018-09-11ui-log: ban strcpy()Christian Hesse 2018-09-11parsing: ban sprintf()Christian Hesse 2018-09-11parsing: ban strncpy()Christian Hesse 2018-08-28filters: generate anchor links from markdownChristian Hesse 2018-08-03Bump version.Jason A. Donenfeld 2018-08-03clone: fix directory traversalJason A. Donenfeld 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev