blob: ee6f5a986ac9f8550aa4d8aa2f2691b4f398d1e4 [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
cristyd9a29192010-10-16 16:49:53 +000037 \-synchronize synchronize image to storage device
cristy3ed852e2009-09-05 21:47:34 +000038 \-transparent-color color
39 transparent color
40 \-verbose print detailed information about the image
41 \-virtual-pixel method
42 virtual pixel access method
43
44Miscellaneous Options:
45 \-debug events display copious debugging information
46 \-help print program options
47 \-log format format of debugging information
48 \-list type print a list of supported option arguments
49 \-version print version information
50
51By 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.
52.SH SEE ALSO
53ImageMagick(1)
54
55.SH COPYRIGHT
56
cristy45ef08f2012-12-07 13:13:34 +000057\fBCopyright (C) 1999-2013 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