Logo by Alessandro Bacchia (anonymous IP: 3.142.43.244,2258) | ||||||||||||||
| ||||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
Support the site
|
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 © 2004-2024 by Björn Hagström All Rights Reserved |