Skip to content

fix handling of large textures

Ken Martin requested to merge ken-martin/vtk:big_texture_fixes into master

Fix an issue with the JPEGReader where it could not handle images larger than 2GB and also consumed more memory than it should.

Fix issue in vtkOpenGLTexture when resizing textures larger than 2GB.

Merge request reports