Re: python and displaying on 10 bit monitors

2013-08-14 Thread Nobody
On Tue, 13 Aug 2013 05:25:34 -0700, rlkling wrote: > Or, asking another way, are there any python libraries that display images > to 10 bit monitors as 10 bit images, and not scaled to 8 bit? This should be possible using PyOpenGL and GLUT, with: glutInitDisplayString("red=10 green=10 bl

Re: python and displaying on 10 bit monitors

2013-08-13 Thread rlkling
Yea, that is not quite what I am looking for. He uses Python Image Library and as far as I can tell it does not display the images as 10 bits on 10 bit displays. So far the only app that I can find that does this is photoshop. -- http://mail.python.org/mailman/listinfo/python-list

Re: python and displaying on 10 bit monitors

2013-08-13 Thread Ian Kelly
On Tue, Aug 13, 2013 at 6:25 AM, wrote: > Are there any python libraries that read and display High Dynamic Range > images like this matlab code? > > http://www.mathworks.com/matlabcentral/fileexchange/27115-hdr-image-viewer-for-deep-color-monitor > > Or, asking another way, are there any python

Re: python and displaying on 10 bit monitors

2013-08-13 Thread Terry Reedy
On 8/13/2013 8:25 AM, rlkl...@gmail.com wrote: Are there any python libraries that read and display High Dynamic Range images like this matlab code? http://www.mathworks.com/matlabcentral/fileexchange/27115-hdr-image-viewer-for-deep-color-monitor Or, asking another way, are there any python li