]> granicus.if.org Git - imagemagick/blob - utilities/stream.1.in
a0ed253d946951afddcf5d94e425c22717fd2a3e
[imagemagick] / utilities / stream.1.in
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://@DOCUMENTATION_PATH@/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   \-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   \-synchronize         synchronize image to storage device
38   \-transparent-color color
39                        transparent color
40   \-verbose             print detailed information about the image
41   \-virtual-pixel method
42                        virtual pixel access method
43
44 Miscellaneous 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
51 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.
52 .SH SEE ALSO
53 ImageMagick(1)
54
55 .SH COPYRIGHT
56
57 \fBCopyright (C) 1999-2012 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