Skip to content

prefer VTK to PIL

David E. DeMarle requested to merge prefer-vtk-to-pil into master

Customer's cluster has an older PIL with broken .im handling (lacks float). Because of this and the 100 character filename limit in PIL.im, lets use VTK instead until something better comes around.

Merge request reports