Open hackrid opened 8 years ago
Color for non-ASCII files definitely would be good, though not sure how to approach mapping the colors off the top of my head. I'd have to give it some thought. User-defined pallets probably would also be a nice addition, now that I think about it...
this might be a starting point to generate a color map: http://stackoverflow.com/questions/20792445/calculate-rgb-value-for-a-range-of-values-to-create-heat-map
a very nice talk regarding this topic: https://www.youtube.com/watch?v=xAoljeRJ3lU
would it make sense to colorize hexdumps of arbitratry files? maybe with this encoding: e6b0 343b 9c74 0804 e7bc 0804 e7d5 0804 e7e4 0804 e6b0 0804 e7f0 0804 e7ff 0804 e80b 0804 e81a 0804 e6b0 0804 e6b0 0804
what color palette would make sense to map values 0-255 to some color?