top of page

3D Image Decomposition

Have you ever found yourself examining pixel data and thought, "you know, two dimensions really aren't enough for this job"?

Me too!  That's why I made this thing.  It extracts RGB values from images, then renders them into a 3D color space.  Each dimension represents a different channel.  Each voxel in the render represents the presence of that color in the image.  The opacity of the voxel represents how dense that color is in the image (In other words, how many pixels of that color there are.)

 

You can change how many colors render in each direction in the lower slider.  NOTE: more colors may lag your browser.  Increase at your own risk!

grey_square.png
Number of colors to render:
bottom of page