OS4 DepotLogo by Browallia 
(anonymous IP: 3.14.70.203,0) 
 HomeRecentStatsSearchMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (595)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4364

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  UtilityBase
  IntuitionBase
  AmigaBounty


Support the site


 Readme for:  Graphics » Viewer » exrviewer.tar.bz2

Exrviewer

Description: Displays hgh definition images
Download: exrviewer.tar.bz2       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 11Mb
Version: 0.1
Date: 05 Aug 09
Author: Andy Broad (based on openexr reference code
Submitter: Andy Broad
Email: andy/broad ology org uk
Category: graphics/viewer
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 5001
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads:  (Current version)
 (Accumulated)

[Show comments] [Show snapshots] [Show videos] [Show content] [Show crashlogs] 
Short: ExrViewer
Author: Andy Broad
License: see below
Version: 0.1

This is a simple viewer for high dynamic range image files in the OpenEXR format
developed by Industrial Light and Magic. 

It is based on the exrdisplay reference implementation, with a reaction GUI
replacing the FL based one of the original. This is an 'as is' release prompted
by my current hardware problems! 

Installation:

Copy the contents of the CTL directory to the location of your choice and create
an assign "CTL:" pointing to that location.

Copy the executable to the location of your choice.

Usage:

There are two executable one has support for the CTL (colour transform language)
one is built without, both require large amounts of stack (set to 1M or more to
be safe), there is no stack cookie built in at present so you must set the stack
before usage. 

To view a file 

stack 1000000
exrviewer myimage.exr

A window will open with the "display" window portion of the image centred. You
can adjust the exposure and knee values to vary the display of the high def
image. 
You may save a snapshot of the current display by clicking on the button at the
bottom right hand of the window. It will save the image as a ppm file in ram:

For more options do

exrviewer --help

There are some example high definition images on the OpenEXR website
http://www.openexr.com/downloads.html 


License:

///////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2006, Industrial Light & Magic, a division of Lucas
// Digital Ltd. LLC
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
// *       Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// *       Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// *       Neither the name of Industrial Light & Magic nor the names of
// its contributors may be used to endorse or promote products derived
// from this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
///////////////////////////////////////////////////////////////////////////


Copyright (c) 2004-2024 by Björn Hagström All Rights Reserved
Amiga OS and its logos are registered trademarks of Hyperion Entertainment