Pergunta

How can I write .raw files in Java? I have to use this output file as a source file for ParaView.

Foi útil?

Solução

Unlike other binary file formats, RAW is camera specific: Each digital camera uses its own file format. See https://en.wikipedia.org/wiki/Raw_image_format

To read/write images in this format, you can use Jrawio

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top