Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pfsindcraw(1) [suse man page]

pfsindcraw(1)						      General Commands Manual						     pfsindcraw(1)

NAME
pfsindcraw - Read an image in a camera RAW file format supported by DCRAW and write pfs stream to the standard output SYNOPSIS
pfsindcraw <file> [<file>...] DESCRIPTION
This command can be used to read images in a camera RAW file format supported by DCRAW and write pfs stream to the standard output as if read from 16bit ppm file (no gamma correction, white balance from camera if available). In principle such data should conform to the defi- nition of High Dynamic Range contents used in the pfstools package. A raw image may in some cases require clamping to remove zero values, see examples. At the moment this is a stub with a basic functionality. So far, it was tested with the following raw file formats: Canon 350D (*.cr2) EXAMPLES
pfsindcraw img_0070.cr2 | pfsview View a full dynamic range of a raw image from Canon 350D camera. pfsindcraw img_0070.cr2 | pfsclamp --rgb | pfstmo_drago03 | pfsout img.jpg Tone map a raw image and save it as JPEG. Clamping is used to remove zero values, which otherwise result in NaN values after tone mapping. SEE ALSO
pfsout(1) pfsinppm(1) BUGS
Please report bugs and comments to Grzegorz Krawczyk <gkrawczyk@users.sourceforge.net>. pfsindcraw(1)

Check Out this Related Man Page

pfstmo_drago03(1)					      General Commands Manual						 pfstmo_drago03(1)

NAME
pfstmo_drago03 - Adaptive logarithmic tone mapping operator SYNOPSIS
pfstmo_drago03 [--bias <val>] [--verbose] [--help] DESCRIPTION
This command implements adaptive logarithmic tone mapping operator as described in: Adaptive logarithmic mapping for displaying high contrast scenes. F. Drago, K. Myszkowski, T. Annen, and N. Chiba. In Eurographics 2003. According to the paper, results of this TMO require gamma correction. OPTIONS
--bias <val>, -b <val> Bias value within the range 0..1. Default value: 0.85 --verbose Print additional information during program execution. --help Print list of commandline options. EXAMPLES
pfsin memorial.hdr | pfstmo_drago03 -b 0.8 | pfsgamma -g 1.7 | pfsout memorial.png Tone map image, apply gamma correction, 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_drago03(1)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Need Unix Commands for Canon

I'm lookind for Unix Commands for a Canon Copier, specifically an Canon Image Runner 3570. Any help would be appreciated. Thanks. Dave (1 Reply)
Discussion started by: fatkid98
1 Replies

2. UNIX for Advanced & Expert Users

GigE Vision driver for VxWorks

Hello, has anybody implemented a driver for the GigE camera interface standard GigE Vision for VxWorks or knows where to aquire it? I have contacted all GigE Vision camera vendors, but most of them only have support for Windows and Linux and nobody does for VxWorks. Best regards, Anna (1 Reply)
Discussion started by: iq128
1 Replies

3. Shell Programming and Scripting

Using awk to create files based on a variable name

Hey all, I am parsing a file which have records containing one of a number of files names: ".psd", ".cr2", ".crw" , ".cr", ".xi", ".jpg", ".xif" etc Somewhere on each line there is a value "Namex.psd" "Namex.crw" etc. The position of this name is highly variable I need to output all the ".psd"... (4 Replies)
Discussion started by: C0ppert0p
4 Replies

4. UNIX for Dummies Questions & Answers

Formatting data in a raw file by using another mapping file

Hi All, i have a requirement where i need to format the input RAW file ( which is CSV) by using another mapping file(also CSV file). basically i am getting feed file with dynamic headers by using mapping file (in that target field is mapped with source filed) i have to convert the raw file into... (6 Replies)
Discussion started by: ravi4informatic
6 Replies