[vtkusers] how to copy a vtkImageData into another

Sébastien MARAUX maraux at ondim.fr
Mon Feb 10 12:14:09 EST 2003


hello,

I am manipulating JPEG images.
I would like to copy all the JPEG image data.

I tried (not real source, but standard names) :

...
vtkJPEGReader->Update();
vtkImageData::DeepCopy(vtkJPEGReader->GetOutput();
...

This hangs, giving an unhandled exception.

Would somedody have an idea of what is going on ?

Seb MARAUX
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20030210/92bc777c/attachment.htm>


More information about the vtkusers mailing list