From 503c296cf3ec7008e9bab9330a3e8b239fe68c06 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Fri, 8 Dec 2017 00:44:37 -0600 Subject: [PATCH] Add changelog. --- readme.txt | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/readme.txt b/readme.txt index 79d6fd5..63f6b79 100644 --- a/readme.txt +++ b/readme.txt @@ -38,15 +38,7 @@ in the map. } } -Raw output ----------- -The raw output is fairly simple. For 2bpp, four pixels are encoded at a time. -For 3bpp, six pixels are encoded at a time. For 4bpp, only two are encoded at -a time. Raw output looks like: - - 2bpp [0123] -> 0b11100100 - 3bpp [01234543] -> 0b01110010 0b01000110 0b10001000 - 4bpp [01] -> 0b00010000 - -Note that it doesn't matter how the pixels are arranged in the original image; -your code should be aware of the image dimensions regardless. +Changelog: +0.2.2 +* Removed binary output. It wasn't emitting anything actually useful to anyone. +* Emit index map as hex.