Fotoxx 5.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Fotoxx 5.3 (Default branch)
# 1  
Old 09-18-2008
Fotoxx 5.3 (Default branch)

ImageFotoxx is a program for improving digital photos. It allows you to navigate through large image directories using a window of thumbnail images, create HDR (high dynamic range) images by combining bright and dark images to improve details visible in both bright and dark areas, create panoramas by joining overlapped images, adjust brightness and color intensity independently for different underlying brightness levels, reduce fog or haze by removing "whiteness" and intensifying colors, rotate an image (level a tilted image or turn 90 degrees), remove red-eyes from electronic flash photos, sharpen, resize, or crop images, reduce noise in low-light photos, change color depth, and stretch an image by dragging the mouse.License: GNU General Public License v2Changes:
Minor improvements were made in the user interfacefor panoramas, pan, and zoom.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
thumbnail(1)							   User Commands						      thumbnail(1)

NAME
thumbnail - create a TIFF file with thumbnail images SYNOPSIS
thumbnail [options] input.tif output.tif DESCRIPTION
The thumbnail command shows how to use the SubIFD tag (#330) to store thumbnail images. thumbnail copies a TIFF Class F facsimile file to the output file and, for each image, an 8-bit grayscale thumbnail sketch. The output file contains the thumbnail image with the associated full-resolution page linked below with the SubIFD tag. By default, thumbnail images are 216 pixels wide by 274 pixels high. Pixels are calculated by sampling and filtering the input image with each pixel value passed through a contrast curve. OPTIONS
The following options are supported: -c Specify a contrast curve to apply when generating the thumbnail images. By default, pixel values are passed through a lin- ear contrast curve that simply maps the pixel value ranges. Alternative curves are as follows: exp50 50% exponential curve exp60 60% exponential curve exp70 70% exponential curve exp80 80% exponential curve exp90 90% exponential curve exp pure exponential curve linear linear curve -h Specify the height of thumbnail images in pixels. -w Specify the width of thumbnail images in pixels. OPERANDS
The following operands are supported: input.tif The name of the input TIFF file. output.tif The name of the output file. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWTiff | +-----------------------------+-----------------------------+ |Interface stability |Uncommitted | +-----------------------------+-----------------------------+ SEE ALSO
tiffdump(1), tiffgt(1), tiffinfo(1), libtiff(3) NOTES
There are no options to control the format of the saved thumbnail images. Updated by Breda McColgan, Sun Microsystems Inc., 2004. SunOS 5.11 26 Mar 2004 thumbnail(1)