Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rawstudio(1) [debian man page]

RAWSTUDIO(1)							raw-image converter						      RAWSTUDIO(1)

NAME
rawstudio - GTK+ raw-image converter SYNOPSIS
rawstudio DESCRIPTION
rawstudio can read and convert RAW-images from many different cameras, including Nikon and Canon. Rawstudio uses dcraw. OPTIONS
rawstudio has no options. SEE ALSO
Homepage: <http://www.rawstudio.org/> AUTHOR
rawstudio was written by Anders Brander <anders@brander.dk> and Anders Kvist <anders@kvistmail.dk>. This manual page was written by Daniel Baumann <daniel@debian.org>, for the Debian project (but may be used by others). 1.1 2008-09-20 RAWSTUDIO(1)

Check Out this Related 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)
Man Page