From c2fdd8e99dfb8f77f1d3824f09db59a3f474c8ff Mon Sep 17 00:00:00 2001 From: Nathan Hartman <59230071+hartmannathan@users.noreply.github.com> Date: Thu, 8 Sep 2022 09:56:48 -0400 Subject: [PATCH] tools/README.md: Fix typo and reflow paragraph --- tools/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/README.md b/tools/README.md index 3c50b06b8..d7045ee9c 100644 --- a/tools/README.md +++ b/tools/README.md @@ -5,9 +5,9 @@ This script converts from any image type supported by Python imaging library to the RLE-encoded format used by NxWidgets. -RLE (Run Length Length) is a very simply encoding that compress quite well with -certain kinds of images: Images that that have many pixels of the same color -adjacent on a row (like simple graphics). It does not work well with +RLE (Run Length Encoding) is a very simply encoding that compress quite well +with certain kinds of images: Images that that have many pixels of the same +color adjacent on a row (like simple graphics). It does not work well with photographic images. But even simple graphics may not encode compactly if, for example, they have