Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #52469

Re: python and displaying on 10 bit monitors

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.021
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'scripts': 0.03; 'python': 0.11; 'code?': 0.16; 'matlab': 0.16; 'monitors': 0.16; 'scaled': 0.16; 'subject:bit': 0.16; 'subject:python': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'bit': 0.19; 'not,': 0.20; 'aug': 0.22; 'web.': 0.26; 'asking': 0.27; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'am,': 0.29; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; '13,': 0.31; 'indentation': 0.31; 'libraries': 0.31; 'another': 0.32; 'display': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'there': 0.35; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'read': 0.60; 'range': 0.61; "you'll": 0.62; 'high': 0.63; 'url:blogspot': 0.65; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=eNZYDZjRHrGkiTEroH07xabjljIVsnqaL3o8sssi9dM=; b=n8kQdxw5Bz4poq9c2mAPJK59YCIOyaRmZgBOc7PbN2M/OEGGYj7zU912+E3b42CXqK 8C3IpDKDY3IFTfAHA2+DBFIVLYFurqZfkP7mi+egbCiNh558Na3kxxNOwnNnC1ndWIv4 F2vHnQith6O/q3leeYJfCO505su5RZAc8EbekX7Jr75KSgS6KCp46blf78gZbiMSDmSN qV4r8TlimMUWei6s0Cy1eJZrBAaHNE0lza3nqc/Z7+JcuYSF+sTV8xEalGka5/PKVgyT BAcBSty9/MHIf3vnUvqpKNNxS3CRwtLUu+kcqunRAQn+tNqtnqqqD7NuN1G3ToFuW6Ww Hong==
X-Received by 10.66.27.101 with SMTP id s5mr3219619pag.176.1376418977880; Tue, 13 Aug 2013 11:36:17 -0700 (PDT)
MIME-Version 1.0
In-Reply-To <415cd70d-72e8-4a2b-9e2e-81420b146682@googlegroups.com>
References <415cd70d-72e8-4a2b-9e2e-81420b146682@googlegroups.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Tue, 13 Aug 2013 12:35:31 -0600
Subject Re: python and displaying on 10 bit monitors
To Python <python-list@python.org>
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.544.1376418986.1251.python-list@python.org> (permalink)
Lines 14
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1376418987 news.xs4all.nl 15932 [2001:888:2000:d::a6]:34918
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:52469

Show key headers only | View raw


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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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