Playtime | Not Played |
Last Activity | Never |
Added | 9/15/2025 19:23:07 |
Modified | 9/15/2025 19:23:38 |
Completion Status | Not Played |
Library | Itch.io |
Source | itch.io |
Platform | PC (Windows) |
Release Date | 6/13/2017 |
Community Score | |
Critic Score | |
User Score | |
Genre | |
Developer | |
Publisher | |
Feature | |
Links | |
Tag | [itch.io] Free [itch.io] Palestinian Relief Bundle 2024 |
Sometimes you don't want to sift through a file in a hex editor to look for certain byte patterns, e.g. ASCII codes or just where a certain block of code starts and ends. Wouldn't it be nice to turn it into a picture and see the file at one glance? Yes. That would be nice.
You can load any PNG file to be used as look-up table. The first 256 pixels will be mapped as the corresponding byte values.
If you want to make your own LUTs, just edit the PNG files that come with ByteVis, or open the provided Photoshop template to your liking, then save the result as a PNG image.
Q: Help: When trying to enter a value for "Block size" or "Row Length" the digits get added from right to left!
A: That's because after each input the value gets sanitized so that you can't enter letters or punctuation. Use ↑ and ↓ on your keyboard to change the value or paste a value.
Q: I'm visualizing a large file and the progress bar suddenly stopped and the program isn't responding. What should I do?
A: That's okay. Just wait a little longer. When the plotting of the image is done, the console will tell you how long the process took and will open the "Save as" file dialog. Be aware that saving the resulting PNG might take longer than the visualization itself!
Q: What files are supported?
A: As source file, literally any file. Start with small files (a few kb) before visualizing a big one. As for look-up tables, only PNG files are supported. The resulting visualizations can be saved as PNG files with transparency.
Q: Can I save my settings?
A: In the current version this is not yet possible. With each new start, the program will launch with its default settings.