Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

exrpptm(1) [debian man page]

exrpptm(1)						      General Commands Manual							exrpptm(1)

NAME
exrpptm - performs tone mapping on an OpenEXR image (photoreceptor) SYNOPSIS
exrpptm [options] input.exr output.exr DESCRIPTION
Performs the tone mapping function described in this paper: Erik Reinhard and Kate Devlin. Dynamic Range Reduction Inspired by Photoreceptor Physiology. IEEE Transactions on Visualization and Com- puter Graphics (2004). The input image should be normalized, and the output file returned by this function should also be normalized before viewing. OPTIONS
-f Controls the intensity of the resulting image. Valid range is from -8 to 8, defaulting to 0. -m Controls the contrast of the resulting image. Valid range is from 0.3 to 1.0. The default value of 0 uses an algorithm to calcu- late an appropriate m factor for the image based on its luminance. -c Amount of chromatic adaptation to apply to the image. Valid range is from 0 meaning no chromatic adaptation to 1 meaning fully adapted. Defaults to 0. -a Controls the light adaptation. Valid range is from 0 meaning that the adaptation is global to 1 meaning that the adaptation is based on pixel intensity. Defaults to 1, to trade detail visibility for contrast. AUTHORS
Billy Biggs <vektor@dumbterm.net>. SEE ALSO
exrtools(1). exrtools 0.4 December 2003 exrpptm(1)

Check Out this Related Man Page

pfstmo_reinhard05(1)					      General Commands Manual					      pfstmo_reinhard05(1)

NAME
pfstmo_reinhard05 - Photoreceptor based dynamic range reduction SYNOPSIS
pfstmo_reinhard05 [--brightness <val>] [--chromatic <val>] [--light <val>] [--verbose] [--help] DESCRIPTION
This command implements a tone mapping operator as described in: Dynamic Range Reduction Inspired by Photoreceptor Physiology. E. Reinhard and K. Devlin. In IEEE Transactions on Visualization and Com- puter Graphics, 2005. OPTIONS
--brightness <val>, -b <val> Brightness correction (-8..8), parameter 'f' in paper. Default value: 0.0 --chromatic <val>, -c <val> Amount of chromatic adaptation (von Kries model) (0..1), parameter 'c' in paper. Default value: 0.0 --light <val>, -l <val> Amount of light adaptation adaptation (0..1), parameter 'l' in paper. Default value: 1.0 --verbose Print additional information during program execution. --help Print list of commandline options. EXAMPLES
pfsin memorial.hdr | pfstmo_reinhard04 -s 0.5 | pfsout memorial.png Tone map image and save it in png format. SEE ALSO
pfsgamma(1) pfsin(1) pfsout(1) pfsview(1) BUGS
Please report bugs and comments on implementation to Grzegorz Krawczyk <krawczyk@mpi-sb.mpg.de>. pfstmo_reinhard05(1)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Print Controls for DG Unix

Hi: We are trying to use UNIX Print Controls for our ERP Package. We have currently set up escape codes on some ERP Users for specific reports. However we would like to try to control this using DG Unix functionality that allows different printers to be set up for one physical printer. Example,... (0 Replies)
Discussion started by: baddi
0 Replies

2. UNIX for Advanced & Expert Users

Data_DIR=${0%/*/*}/data/

Please explain both these lines Data_DIR=${0%/*/*}/data/ if ] what is the meaning of ${0%/*/*}/data/ and what is the meaning of ] (2 Replies)
Discussion started by: satgur
2 Replies

3. AIX

meaning of ${0%${0##*/}}

. ${0%${0##*/}}Script_Name if i issue this command, it is executing the script. can any one tell what is the meaning of ${0%${0##*/}} (7 Replies)
Discussion started by: nyelavarthy
7 Replies

4. UNIX for Dummies Questions & Answers

Use and meaning of $*

Can someone explain the use and meaning of "$*" expression. (2 Replies)
Discussion started by: sinpeak
2 Replies

5. UNIX for Dummies Questions & Answers

what the meaning of #*

can some one please tell the meaning of the second statement i.e n=${m#*=} i couldnt get the meaning of the #*= 1.) m="mohit=/c/main/issue" echo $m result ----------- mohit=/c/main/issue 2.) n=${m#*=} echo $n RESULT ------- /c/main/issue (1 Reply)
Discussion started by: narang.mohit
1 Replies

6. UNIX for Dummies Questions & Answers

meaning of <<!

Hi all, I wanna know the meaning of the last word "<<! " sudo su - user <<! please help on this !!!! (1 Reply)
Discussion started by: sudharson
1 Replies

7. Programming

C++ : is what the meaning of #include<stdio.h>?

Hello Guys, I'm new in programing line & just started from C++ programs but i don't know the meaning of #include<stdio.h> file....Guys tell me what's the working of this file in C++ program?? I'm confused... Title changed: Please use a descriptive subject text, and not C++?? (3 Replies)
Discussion started by: ggiwebsinfo
3 Replies