tools/README.md: Fix typo and reflow paragraph
This commit is contained in:
parent
21e1ef11da
commit
c2fdd8e99d
@ -5,9 +5,9 @@
|
|||||||
This script converts from any image type supported by Python imaging library to
|
This script converts from any image type supported by Python imaging library to
|
||||||
the RLE-encoded format used by NxWidgets.
|
the RLE-encoded format used by NxWidgets.
|
||||||
|
|
||||||
RLE (Run Length Length) is a very simply encoding that compress quite well with
|
RLE (Run Length Encoding) is a very simply encoding that compress quite well
|
||||||
certain kinds of images: Images that that have many pixels of the same color
|
with certain kinds of images: Images that that have many pixels of the same
|
||||||
adjacent on a row (like simple graphics). It does not work well with
|
color adjacent on a row (like simple graphics). It does not work well with
|
||||||
photographic images.
|
photographic images.
|
||||||
|
|
||||||
But even simple graphics may not encode compactly if, for example, they have
|
But even simple graphics may not encode compactly if, for example, they have
|
||||||
|
Loading…
x
Reference in New Issue
Block a user