[Paraview] XML binary file format

fred fredmfp at gmail.com
Thu Jul 19 09:02:19 EDT 2007


szaghi at infinito.it a écrit :
> Hi all,
> reading the VTK file format I don't understand if the XML binary 
> format support only base64 or also raw binary. At page 12, in the 
> footnote, I read that in the AppendData section a non base64 binary 
> (raw binary) data is accepted, but I don't understand if it is 
> possible also in the other sections (into the DataArray tags). I don't 
> like use the AppendData sections...
> Thanks to all,
Hi,

XML VTK file format does support:

- ascii
- raw binary
- base64.

If you use python, I can help you on this.

If you want to write in C, I can help you too, but AFAIK, only VTK CVS 5.1
can let you choose between these three formats.

HTH.

--  
/F



More information about the ParaView mailing list