How to write a tiff/image file using code?
in
Programming Questions
•
3 years ago
Hi everyone,
I'm looking into the different image file formats, to try to generate/convert some of them myself, ie. not using processing's save()/saveFrame() functions but writing to the file using my own code. (For instance generating images of undefined scale, created by a PrintWriter or something. But I have no clue how to write binary data etc. like described here: http://www.ucancode.net/Visual_C_Codes/Read_Wirte_Create_Tiff_File_VC_Source_Code_Example.htm
Mmm?
I'm looking into the different image file formats, to try to generate/convert some of them myself, ie. not using processing's save()/saveFrame() functions but writing to the file using my own code. (For instance generating images of undefined scale, created by a PrintWriter or something. But I have no clue how to write binary data etc. like described here: http://www.ucancode.net/Visual_C_Codes/Read_Wirte_Create_Tiff_File_VC_Source_Code_Example.htm
Mmm?
1