]> granicus.if.org Git - imagemagick/blob - utilities/stream.1
Add support for -separate option in the compare utility
[imagemagick] / utilities / stream.1
1 .TH stream 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
2 .SH NAME
3 stream \- 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
10 For 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.
11 .SH DESCRIPTION
12 Image Settings:
13   \-authenticate value  decrypt image with this password
14   \-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
30   \-respect-parentheses settings remain in effect until parenthesis boundary
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   \-synchronize         synchronize image to storage device
38   \-taint               declare the image as modified
39   \-transparent-color color
40                        transparent color
41   \-verbose             print detailed information about the image
42   \-virtual-pixel method
43                        virtual pixel access method
44
45 Miscellaneous Options:
46   \-channel mask        set the image channel mask
47   \-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
53 By 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
55 ImageMagick(1)
56
57 .SH COPYRIGHT
58
59 \fBCopyright (C) 1999-2017 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