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 magick 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-7/www/stream.html or https://image‐
21 magick.org/script/stream.php.
22
24 Image Settings:
25 -authenticate value decrypt image with this password
26 -colorspace type alternate image colorspace
27 -compress type type of pixel compression when writing the image
28 -define format:option
29 define one or more image format options
30 -density geometry horizontal and vertical density of the image
31 -depth value image depth
32 -extract geometry extract area from image
33 -identify identify the format and characteristics of the
34 image
35 -interlace type type of image interlacing scheme
36 -interpolate method pixel color interpolation method
37 -limit type value pixel cache resource limit
38 -map components one or more pixel components
39 -monitor monitor progress
40 -quantize colorspace reduce colors in this colorspace
41 -quiet suppress all warning messages
42 -regard-warnings pay attention to warning messages
43 -respect-parentheses settings remain in effect until parenthesis
44 boundary
45 -sampling-factor geometry
46 horizontal and vertical sampling factor
47 -seed value seed a new sequence of pseudo-random numbers
48 -set attribute value set an image attribute
49 -size geometry width and height of image
50 -storage-type type pixel storage type
51 -synchronize synchronize image to storage device
52 -taint declare the image as modified
53 -transparent-color color
54 transparent color
55 -verbose print detailed information about the image
56 -virtual-pixel method
57 virtual pixel access method
58
59 Miscellaneous Options:
60 -channel mask set the image channel mask
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 ImageMagick Studio LLC. Additional copyrights and
79 licenses apply to this software, see file:///usr/share/doc/Image‐
80 Magick-7/www/license.html or https://imagemagick.org/script/license.php
81
82
83
84ImageMagick Date: 2009/01/10 01:00:00 stream(1)