From 5cfa852eff741f9074965f52c04edc67f64336b1 Mon Sep 17 00:00:00 2001 From: Stefan Haustein Date: Wed, 22 Jun 2016 23:55:14 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e65dfbc..c547cf9 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ Small Java program to display images in a (modern) terminal using RGB ANSI code Algorithm (for each 4x8 pixel cell mapped to a unicode block graphics character): -1. Find the color channel that has the biggest range of values for the current cell -2. Split the range in the middle +1. Find the color channel (R, G or B) that has the biggest range of values for the current cell +2. Split this range in the middle 3. Average the colors above and below and create a corresponding bitmap for the cell -3. Compare the bitmap to the assumed bitmaps for the unicode block graphics characters +3. Compare the bitmap to the assumed bitmaps for various unicode block graphics characters Usage: