blob: 0d362be539768084c27afdd36b3bb0e91cbe4ebc [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
Cristy47950f62015-12-18 18:31:40 -050010For more information about the stream command, point your browser to file:///usr/local/share/doc/ImageMagick-7/www/stream.html or http://www.imagemagick.org/script/stream.php.
cristy3ed852e2009-09-05 21:47:34 +000011.SH DESCRIPTION
12Image Settings:
13 \-authenticate value decrypt image with this password
cristy3ed852e2009-09-05 21:47:34 +000014 \-colorspace type alternate image colorspace
15 \-compress type type of pixel compression when writing the image
16 \-define format:option
17 define one or more image format options
18 \-density geometry horizontal and vertical density of the image
19 \-depth value image depth
20 \-extract geometry extract area from image
21 \-identify identify the format and characteristics of the image
22 \-interlace type type of image interlacing scheme
23 \-interpolate method pixel color interpolation method
24 \-limit type value pixel cache resource limit
25 \-map components one or more pixel components
26 \-monitor monitor progress
27 \-quantize colorspace reduce colors in this colorspace
28 \-quiet suppress all warning messages
29 \-regard-warnings pay attention to warning messages
cristye9252c22013-07-30 15:43:21 +000030 \-respect-parentheses settings remain in effect until parenthesis boundary
cristy3ed852e2009-09-05 21:47:34 +000031 \-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
cristye9252c22013-07-30 15:43:21 +000038 \-taint declare the image as modified
cristy3ed852e2009-09-05 21:47:34 +000039 \-transparent-color color
40 transparent color
41 \-verbose print detailed information about the image
42 \-virtual-pixel method
43 virtual pixel access method
44
45Miscellaneous Options:
cristy3b8891e2014-11-11 15:51:46 +000046 \-channel mask set the image channel mask
cristy3ed852e2009-09-05 21:47:34 +000047 \-debug events display copious debugging information
48 \-help print program options
49 \-log format format of debugging information
50 \-list type print a list of supported option arguments
51 \-version print version information
52
53By 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.
54.SH SEE ALSO
55ImageMagick(1)
56
57.SH COPYRIGHT
58
Cristy47950f62015-12-18 18:31:40 -050059\fBCopyright (C) 1999-2016 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-7/www/license.html or http://www.imagemagick.org/script/license.php\fP