Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #52466
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: python and displaying on 10 bit monitors |
| Date | 2013-08-13 12:31 -0400 |
| References | <415cd70d-72e8-4a2b-9e2e-81420b146682@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.542.1376411488.1251.python-list@python.org> (permalink) |
On 8/13/2013 8:25 AM, rlkling@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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
python and displaying on 10 bit monitors rlkling@gmail.com - 2013-08-13 05:25 -0700
Re: python and displaying on 10 bit monitors Terry Reedy <tjreedy@udel.edu> - 2013-08-13 12:31 -0400
Re: python and displaying on 10 bit monitors Ian Kelly <ian.g.kelly@gmail.com> - 2013-08-13 12:35 -0600
Re: python and displaying on 10 bit monitors rlkling@gmail.com - 2013-08-13 11:51 -0700
Re: python and displaying on 10 bit monitors Nobody <nobody@nowhere.com> - 2013-08-14 08:07 +0100
csiph-web