diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:06:58 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:06:58 -0400 |
commit | 497d3e777dd2c1610586be661cf59aa300d3625b (patch) | |
tree | 325b3347b5c831e2fff2176ce88a7b5aace329a5 | |
parent | 5ec5d29793a70cd3d053b97be1fe74ea9d7f67fc (diff) |
graphics/pngcrush: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | graphics/pngcrush/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/pngcrush/README b/graphics/pngcrush/README index a1161f9e3b2fd..6915b2152724a 100644 --- a/graphics/pngcrush/README +++ b/graphics/pngcrush/README @@ -1,6 +1,6 @@ Pngcrush is an optimizer for PNG (Portable Network Graphics) files. It can be run from a commandline in an MSDOS window, or from a UNIX or -LINUX commandline. Its main purpose is to reduce the size of the PNG IDAT -datastream by trying various compression levels and PNG filter methods. -It also can be used to remove unwanted ancillary chunks, or to add -certain chunks including gAMA, tRNS, iCCP, and textual chunks. +LINUX commandline. Its main purpose is to reduce the size of the PNG +IDAT datastream by trying various compression levels and PNG filter +methods. It also can be used to remove unwanted ancillary chunks, or +to add certain chunks including gAMA, tRNS, iCCP, and textual chunks. |