Re: best approach to fast display of images?



From: "F. Kater" <f kater2 gmx net>

I have to quickly display an image which gets brighter and brighter,
then darker and darker (breathing effect).

Take a look at the open source viewer of OpenEXR at
 http://www.openexr.com

It uses OpenGL in two alternative ways:
 1. Uploads the image to GPU after each change.
 2. Uses fragment program to change the image located in GPU.

It could be that the fragment program of OpenEXR would work
for you "as is" (if you have the required card).

Some video player software uses similar techniques. Look around.

Juhana
-- 
  http://music.columbia.edu/mailman/listinfo/linux-graphics-dev
  for developers of open source graphics software



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]