Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'jan': 0.12; 'code?': 0.16; 'matlab': 0.16; 'monitors': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'scaled': 0.16; 'subject:bit': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'library': 0.18; 'bit': 0.19; 'header:User-Agent:1': 0.23; 'asking': 0.27; 'header:X-Complaints-To:1': 0.27; 'header:In- Reply-To:1': 0.27; 'am,': 0.29; 'that.': 0.31; 'libraries': 0.31; 'another': 0.32; 'guess': 0.33; 'display': 0.35; 'there': 0.35; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'read': 0.60; 'range': 0.61; 'received:173': 0.61; 'email addr:gmail.com': 0.63; 'high': 0.63; 'received:fios.verizon.net': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: python and displaying on 10 bit monitors Date: Tue, 13 Aug 2013 12:31:16 -0400 References: <415cd70d-72e8-4a2b-9e2e-81420b146682@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 In-Reply-To: <415cd70d-72e8-4a2b-9e2e-81420b146682@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1376411488 news.xs4all.nl 15914 [2001:888:2000:d::a6]:53874 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52466 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