Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

kdc2tiff(1) [debian man page]

KDC2TIFF(1)															       KDC2TIFF(1)

NAME
kdc2tiff - convert Kodac kdc files to tiff SYNOPSIS
kdc2tiff [ global-options ] inputfile [local-options -o outputfile1 ] [ local-options -o outputfile2 ] ... DESCRIPTION
This manual page documents briefly the kdc2tiff command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. kdc2tiff is a program that converts Kodac kdc files to tiff with attention to aspect ratio, accurate scaling, contrast adjustment, gamma correction and image rotation. OPTIONS
-w # output image width -h # output image height -g # absolute gamma correction +g # relative gamma correction -G no grain reduction (default) +G reduce graininess +GG reduce graininess (extra) +e normal contrast enhancement (default) +E # advanced contrast enhancement -e no contrast enhancement -W wht colour of light source +s square pixels (default) -s allow non-square pixels +f fast processing -f slow processing, high quality (default) +p crop image if necessary to fit width and height (default) -p no cropping, width and height are maximums -R don't rotate image (default) +R rotate image clockwise +B rotate image counter-clockwise -C copy note copyright in output file -c schm TIFF compression scheme -r # TIFF rows per strip setting SEE ALSO
kdc2jpeg(1) AUTHOR
This manual page was written by Martin Wuertele <maxx@wuertele.net>, for the Debian GNU/Linux system (but may be used by others). Martin Wuertele <;maxx@debian.org> 0.01 KDC2TIFF(1)

Check Out this Related Man Page

EXRENVMAP(1)						      General Commands Manual						      EXRENVMAP(1)

NAME
exrenvmap - for creating OpenEXR environment maps. SYNOPSIS
exrenvmap [options] infile outfile DESCRIPTION
This manual page documents briefly the exrenvmap command. This manual page was written for the Debian distribution because the original program does not have a manual page. exrenvmap converts OpenEXR latitude-longitude environment maps into cube-face environment maps or vice versa. OPTIONS
-o produces a ONE_LEVEL output file (default) -m produces a MIPMAP_LEVELS output file -c the output file will be a cube-face environment map (default) -l the output file will be a latitude-longitude environment map -w x sets the width of the output image to x pixels (default is 256). The height of the output image will be x*6 pixels for a cube-face map, or x/2 pixels for a latitude-longitude map. -f r n sets the antialiasing filter radius to r (default is 1.0) and the sampling rate to n by n (default is 5 by 5). Increasing r makes the output image blurrier; decreasing r makes the image sharper but may cause aliasing. Increasing n improves antialiasing, but generating the output image takes longer. -t x y sets the output file's tile size to x by y pixels (default is 64 by 64) -p t b if the input image is a latitude-longitude map, pad the image at the top and bottom with t*h and b*h extra scan lines, where h is the height of the input image. This is useful for images from 360-degree panoramic scans that cover less than 180 degrees verti- cally. -d sets level size rounding to ROUND_DOWN (default) -u sets level size rounding to ROUND_UP -z x sets the data compression method to x (none/rle/zip/piz/pxr24, default is zip) -v verbose mode -h prints these options AUTHOR
This manual page was written by Andrew Lau <netsnipe@users.sourceforge.net>, for the Debian GNU/Linux system (but may be used by others). March 31, 2004 EXRENVMAP(1)
Man Page