Please sign in to access this page
Convert file(s) into images! And audio! (might come out) Made for iframe
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
added a new mode real quick, PureByteAlt, which instead of turning bytes into RGB, it makes them HSV, (so red is hue, green is saturation, and then green is the other thing)
im finished single file mode, here is intensity mode, with brightness sorting (only working one)
So the program has its first method, Pure Byte.
Methods are selectable before you convert a file, and they change the way the image is made.
Pure Byte goes through the file in 3s, and each byte is one colour channel. Then it goes through each pixel and sets the colour to the 3 bytes.
The image attached is an example of what it looks like