blob: 3d23fe78acf7b0fcaff48d9137eeeb742703ad87 [file] [log] [blame]
cristy3ed852e2009-09-05 21:47:34 +00001.TH stream 1 "Date: 2009/01/10 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://@DOCUMENTATION_PATH@/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 \-define format:option
18 define one or more image format options
19 \-density geometry horizontal and vertical density of the image
20 \-depth value image depth
21 \-extract geometry extract area from image
22 \-identify identify the format and characteristics of the image
23 \-interlace type type of image interlacing scheme
24 \-interpolate method pixel color interpolation method
25 \-limit type value pixel cache resource limit
26 \-map components one or more pixel components
27 \-monitor monitor progress
28 \-quantize colorspace reduce colors in this colorspace
29 \-quiet suppress all warning messages
30 \-regard-warnings pay attention to warning messages
31 \-sampling-factor geometry
32 horizontal and vertical sampling factor
33 \-seed value seed a new sequence of pseudo-random numbers
34 \-set attribute value set an image attribute
35 \-size geometry width and height of image
36 \-storage-type type pixel storage type
37 \-transparent-color color
38 transparent color
39 \-verbose print detailed information about the image
40 \-virtual-pixel method
41 virtual pixel access method
42
43Miscellaneous Options:
44 \-debug events display copious debugging information
45 \-help print program options
46 \-log format format of debugging information
47 \-list type print a list of supported option arguments
48 \-version print version information
49
50By 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.
51.SH SEE ALSO
52ImageMagick(1)
53
54.SH COPYRIGHT
55
cristy16af1cb2009-12-11 21:38:29 +000056\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html or http://www.imagemagick.org/script/license.php\fP