Login  Register

Re: Compare two images in JOGL

Posted by gouessej on May 14, 2014; 11:54am
URL: https://forum.jogamp.org/Compare-two-images-in-JOGL-tp4032340p4032341.html

Hi

Use TextureIO to create 2 textures or 2 TextureData objects, use these textures to display your images in a JOGL canvas (GLWindow, GLCanvas, GLJPanel, NewtCanvasAWT, ...) and call TextureData.getBuffer() to get the data.
Julien Gouesse | Personal blog | Website