python and displaying on 10 bit monitors

Terry Reedy tjreedy at udel.edu
Tue Aug 13 12:31:16 EDT 2013


On 8/13/2013 8:25 AM, rlkling at 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 libraries that display images to 10 bit monitors as 10 bit images, and not scaled to 8 bit?
>
I think that would depend on whether any of them wrap a C library that 
can do that. My guess is 'no'.

-- 
Terry Jan Reedy




More information about the Python-list mailing list