robmcmullen / peppy

NO LONGER MAINTAINED
http://peppy.flipturn.org/
GNU General Public License v2.0
14 stars 7 forks source link

Change to OpenGL rendering of HSI cubes #618

Open robmcmullen opened 12 years ago

robmcmullen commented 12 years ago

[Trac time 20090424 231126Z] When opening very large images in the hyperspectral image view mode, the program can run out of memory because it tries to allocate one large bitmap for the whole image.

Switching to OpenGL will allow the image to be split up into smaller textures, and we will get a lot of other things for free like zooming, panning, rotation, etc.

robmcmullen commented 12 years ago

[Trac time 20090425 031109Z] cef1d08cc7c212b7fc3bd050d9eba3a8b307a517 Refs #618: added getBandTile to Cube and MMap*CubeReader