root / ImageMagick / branches / ImageMagick-6.3.5 / utilities / stream.1

Revision 7647, 3.0 kB (checked in by cristy, 15 months ago)
Line 
1.TH stream 1 "Date: 2005/03/01 01:00:00" "ImageMagick"
2.SH NAME
3stream \- a lightweight tool to stream one or more pixel components of the image or portion of the image to your choice of storage formats.
4.SH SYNOPSIS
5.TP
6\fBstream\fP [\fIoptions\fP] \fIinput-file\fP \fIoutput-file\fP
7.SH OVERVIEW
8\fBStream\fP is a lightweight tool to stream one or more pixel components of the image or portion of the image to your choice of storage formats.  It writes the pixel components as they are read from the input image a row at a time making \fBstream\fP desirable when working with large images or when you require raw pixel components.
9
10For more information about the stream command, point your browser to file:///usr/local/share/doc/ImageMagick-6.3.5/www/stream.html or http://www.imagemagick.org/script/stream.php.
11.SH DESCRIPTION
12Image Settings:
13  -authenticate value  decrypt image with this password
14  -channel type        apply option to select image channels
15  -colorspace type     alternate image colorspace
16  -compress type       type of pixel compression when writing the image
17  -debug events        display copious debugging information
18  -define format:option
19                       define one or more image format options
20  -density geometry    horizontal and vertical density of the image
21  -depth value         image depth
22  -extract geometry    extract area from image
23  -help                print program options
24  -identify            identify the format and characteristics of the image
25  -interlace type      type of image interlacing scheme
26  -interpolate method  pixel color interpolation method
27  -limit type value    pixel cache resource limit
28  -log format          format of debugging information
29  -map components      one or more pixel components
30  -monitor             monitor progress
31  -quantize colorspace reduce colors in this colorspace
32  -quiet               suppress all warning messages
33  -regard-warnings     pay attention to warning messages
34  -sampling-factor geometry
35                       horizontal and vertical sampling factor
36  -seed value          seed a new sequence of pseudo-random numbers
37  -set attribute value set an image attribute
38  -size geometry       width and height of image
39  -storage-type type   pixel storage type
40  -transparent-color color
41                       transparent color
42  -verbose             print detailed information about the image
43  -version             print version information
44  -virtual-pixel method
45                       virtual pixel access method
46
47By default, the image format of `file' is determined by its magic number.  To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps).  Specify 'file' as '-' for standard input or output.
48.SH SEE-ALSO
49ImageMagick(1)
50
51.SH COPYRIGHT
52
53\fBCopyright (C) 1999-2007 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.3.5/www/license.php or http://www.imagemagick.org/script/license.php\fP
Note: See TracBrowser for help on using the browser.