Hi I have 64x64 size table dat which contain individual pixel’s brightness on (row, column) coordinate.
This value aren’t noramalized. It have own max and min value.
I want to visualize this table as an image of 64x64 pixel size, with representing min and max value at the same time.
The main problem was how to visualize it. Thanks in advance.