Skip to content

vtkDataEncoder: fix 'ENCODING_NONE' option so it works.

Aron Helser requested to merge aron.helser/vtk:encoder_config into master

Returning a binary image to Python requires keeping the vtkArray then copying to a 'byte' type in python.

@sebastien.jourdain please take a look!

Merge request reports