Hello guys,

I have a binary image that consists of bits, every bit indicates to a
pixel (or voxel) in my 3D image. The file is nothing special, it's simply
a contiguous file format I write as an output in a C++ program, I mean
it's not HDF or something common.
Is it possible to view this image in Paraview without being converted to
byte for every pixel? I mean is there a way that I could write an XML or
XDMF script that tells paraview how to view it?
I succeeded in viewing the image, but after converting every bit to a
byte, which means that the image is now 8 times bigger in size! this is
not effective at all I guess.

I would appreciate an example very much.

Thank you

Regards,
Samer

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to