]> granicus.if.org Git - imagemagick/blob - utilities/stream.1.in
Fixed api call to Ghostscript.
[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   \-respect-parentheses settings remain in effect until parenthesis boundary
32   \-sampling-factor geometry
33                        horizontal and vertical sampling factor
34   \-seed value          seed a new sequence of pseudo-random numbers
35   \-set attribute value set an image attribute
36   \-size geometry       width and height of image
37   \-storage-type type   pixel storage type
38   \-synchronize         synchronize image to storage device
39   \-taint               declare the image as modified
40   \-transparent-color color
41                        transparent color
42   \-verbose             print detailed information about the image
43   \-virtual-pixel method
44                        virtual pixel access method
45
46 Miscellaneous Options:
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-2014 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