image viewer + input history + follow + unfollow
[rainbowstream.git] / rainbowstream / pure_image.py
index 11beaa57c490a993715d62db40722713e2aff1d4..8e76c95a11d7e37718ec6bb0e6984fe286a35259 100644 (file)
@@ -5,6 +5,12 @@ from .config import *
 import sys
 import os
 
 import sys
 import os
 
+"""
+This file is borrowed from following gist:
+https://gist.github.com/MicahElliott/719710
+It's too slow in compare with C program, so bot be used here
+"""
+
 CLUT = [  # color look-up table
     #    8-bit, RGB hex
 
 CLUT = [  # color look-up table
     #    8-bit, RGB hex