1stream(1) General Commands Manual stream(1)
2
3
4
6 stream - a lightweight tool to stream one or more pixel components of
7 the image or portion of the image to your choice of storage formats.
8
10 stream [options] input-file output-file
11
13 Stream is a lightweight tool to stream one or more pixel components of
14 the image or portion of the image to your choice of storage formats.
15 It writes the pixel components as they are read from the input image a
16 row at a time making stream desirable when working with large images or
17 when you require raw pixel components.
18
19 For more information about the stream command, point your browser to
20 file:///usr/share/doc/ImageMagick-6/www/stream.html or http://image‐
21 magick.org/script/stream.php.
22
24 Image Settings:
25 -authenticate value decrypt image with this password
26 -channel type apply option to select image channels
27 -colorspace type alternate image colorspace
28 -compress type type of pixel compression when writing the image
29 -define format:option
30 define one or more image format options
31 -density geometry horizontal and vertical density of the image
32 -depth value image depth
33 -extract geometry extract area from image
34 -identify identify the format and characteristics of the
35 image
36 -interlace type type of image interlacing scheme
37 -interpolate method pixel color interpolation method
38 -limit type value pixel cache resource limit
39 -map components one or more pixel components
40 -monitor monitor progress
41 -quantize colorspace reduce colors in this colorspace
42 -quiet suppress all warning messages
43 -regard-warnings pay attention to warning messages
44 -respect-parentheses settings remain in effect until parenthesis
45 boundary
46 -sampling-factor geometry
47 horizontal and vertical sampling factor
48 -seed value seed a new sequence of pseudo-random numbers
49 -set attribute value set an image attribute
50 -size geometry width and height of image
51 -storage-type type pixel storage type
52 -synchronize synchronize image to storage device
53 -taint declare the image as modified
54 -transparent-color color
55 transparent color
56 -verbose print detailed information about the image
57 -virtual-pixel method
58 virtual pixel access method
59
60 Miscellaneous Options:
61 -debug events display copious debugging information
62 -help print program options
63 -log format format of debugging information
64 -list type print a list of supported option arguments
65 -version print version information
66
67 By default, the image format of `file' is determined by its magic num‐
68 ber. To specify a particular image format, precede the filename with
69 an image format name and a colon (i.e. ps:image) or specify the image
70 type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for
71 standard input or output.
72
74 ImageMagick(1)
75
76
78 Copyright (C) 1999-2021 ImageMagick Studio LLC. Additional copyrights
79 and licenses apply to this software, see file:///usr/share/doc/Image‐
80 Magick-6/www/license.html or http://imagemagick.org/script/license.php
81
82
83
84ImageMagick Date: 2009/01/10 01:00:00 stream(1)