pixd

Visualize binary data with colors to spot patterns and structures

brewmacoslinux
Try with needOr install directly
Source

About

Visual binary data using a colour palette

Commands

pixd

Examples

display a file as colored pixels$ pixd myfile.bin
visualize binary data and save as image$ pixd -o output.png myfile.bin
show hex dump with color palette visualization$ pixd -w 256 myfile.bin
examine binary file structure visually$ pixd --palette viridis data.dat
compare two binary files by sight$ pixd file1.bin && pixd file2.bin