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.3.2/www/stream.html or
21 http://www.imagemagick.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 -debug events display copious debugging information
30 -define format:option
31 define one or more image format options
32 -density geometry horizontal and vertical density of the image
33 -depth value image depth
34 -extract geometry extract area from image
35 -help print program options
36 -identify identify the format and characteristics of the
37 image
38 -interlace type type of image interlacing scheme
39 -interpolate method pixel color interpolation method
40 -limit type value pixel cache resource limit
41 -log format format of debugging information
42 -map components one or more pixel components
43 -monitor monitor progress
44 -quantize colorspace reduce colors in this colorspace
45 -quiet suppress all error or warning messages
46 -regard-warnings pay attention to warning messages
47 -sampling-factor geometry
48 horizontal and vertical sampling factor
49 -set attribute value set an image attribute
50 -size geometry width and height of image
51 -storage-type type pixel storage type
52 -transparent-color color
53 transparent color
54 -verbose print detailed information about the image
55 -version print version information
56 -virtual-pixel method
57 virtual pixel access method
58
59 By default, the image format of `file' is determined by its magic num‐
60 ber. To specify a particular image format, precede the filename with
61 an image format name and a colon (i.e. ps:image) or specify the image
62 type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for
63 standard input or output.
64
66 ImageMagick(1)
67
68
70 Copyright (C) 1999-2006 ImageMagick Studio LLC. Additional copyrights
71 and licenses apply to this software, see
72 file:///usr/share/doc/ImageMagick-6.3.2/www/license.php or
73 http://www.imagemagick.org/script/license.php
74
75
76
77ImageMagick Date: 2005/03/01 01:00:00 stream(1)