We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e1ef1 commit c2fdd8eCopy full SHA for c2fdd8e
tools/README.md
@@ -5,9 +5,9 @@
5
This script converts from any image type supported by Python imaging library to
6
the RLE-encoded format used by NxWidgets.
7
8
-RLE (Run Length Length) is a very simply encoding that compress quite well with
9
-certain kinds of images: Images that that have many pixels of the same color
10
-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
11
photographic images.
12
13
But even simple graphics may not encode compactly if, for example, they have
0 commit comments