diff options
author | June McEnroe <june@causal.agency> | 2018-09-17 18:02:46 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-17 18:02:46 -0400 |
commit | fc8bb4da695fee8016599e9fe0d521679644a6a4 (patch) | |
tree | 60a86846b802850fe6200f92abcf1c117702e68e /bin/man | |
parent | Move gfx man pages to gfx/man (diff) | |
download | src-fc8bb4da695fee8016599e9fe0d521679644a6a4.tar.gz src-fc8bb4da695fee8016599e9fe0d521679644a6a4.zip |
Add tRNS support to pngo
Diffstat (limited to '')
-rw-r--r-- | bin/man/pngo.1 | 4 |
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 |