Skip to content

Commit c2fdd8e

Browse files
hartmannathanxiaoxiang781216
authored andcommitted
tools/README.md: Fix typo and reflow paragraph
1 parent 21e1ef1 commit c2fdd8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
This script converts from any image type supported by Python imaging library to
66
the RLE-encoded format used by NxWidgets.
77

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
8+
RLE (Run Length Encoding) is a very simply encoding that compress quite well
9+
with certain kinds of images: Images that that have many pixels of the same
10+
color adjacent on a row (like simple graphics). It does not work well with
1111
photographic images.
1212

1313
But even simple graphics may not encode compactly if, for example, they have

0 commit comments

Comments
 (0)