documentation improvements

This commit is contained in:
Stefan Haustein 2016-04-09 01:14:19 +02:00
parent a882cd6158
commit 655a76d3b2

View file

@ -80,7 +80,7 @@ public class TerminalImageViewer {
} }
/** /**
* Converts 4x8 RGB pixel to a unicode character and a foreground and background character. * Converts 4x8 RGB pixel to a unicode character and a foreground and background color:
* Uses a variation of the median cut algorithm to determine a two-color palette for the * Uses a variation of the median cut algorithm to determine a two-color palette for the
* character, then creates a corresponding bitmap for the partial image covered by the * character, then creates a corresponding bitmap for the partial image covered by the
* character and finds the best match in the character bitmap table. * character and finds the best match in the character bitmap table.