Done some further optimization of the algorithm and I'm now hitting 6-9 MB/sec encoding speeds. This means that for example it can convert a 700 MB movie to images in 1 to 2 minutes. Also reduced the memory footprint 10-fold.

I think I'm gonna write the decoder today and make a basic app available for public testing.
Hyperz Reviewed by Hyperz on . Random idea -> Data to Images Well I'm in the process of learning a new functional programming language called F#. One of the first things people tend to do when learning a new programming language is write little, often completely useless, programs to test and verify their knowledge of the language. Same with me. Since F# is very good with processing raw data I decided to make a data to image transcoder. So the program would read data (a file) and generate an image out of that data in a way that makes it possible to Rating: 5