Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #52469
| References | <415cd70d-72e8-4a2b-9e2e-81420b146682@googlegroups.com> |
|---|---|
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | 2013-08-13 12:35 -0600 |
| Subject | Re: python and displaying on 10 bit monitors |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.544.1376418986.1251.python-list@python.org> (permalink) |
On Tue, Aug 13, 2013 at 6: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? A Google search turns up this blog post: http://hoganhdr.blogspot.com/2009/10/h2-image-viewer-python.html No idea whether it works or not, and you'll have to fix the indentation since the poster doesn't seem to know how to format Python scripts for the web.
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