The given file can be compiled with `gcc table_ize.c -o table_ize`, and then to use convert and then this program:
The .dat file should be usable in openscad, using the 'surface' thing linked before. Hopefully it isn't shitty.. Also i dont know how to do it in windows. I guess that is why all those stupid websites where you upload stuff you can damn well do on your own computer exist..
convert yourimage.supported_format yourimage.txt # Convert it to text cat yourimage.txt | ./table_ize width height > yourimage.dat # Convert it into a table.Didnt bother reading the width&height from the file, you have to provide it.
The .dat file should be usable in openscad, using the 'surface' thing linked before. Hopefully it isn't shitty.. Also i dont know how to do it in windows. I guess that is why all those stupid websites where you upload stuff you can damn well do on your own computer exist..