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.6.4/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 -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 -sampling-factor geometry
45 horizontal and vertical sampling factor
46 -seed value seed a new sequence of pseudo-random numbers
47 -set attribute value set an image attribute
48 -size geometry width and height of image
49 -storage-type type pixel storage type
50 -transparent-color color
51 transparent color
52 -verbose print detailed information about the image
53 -virtual-pixel method
54 virtual pixel access method
55
56 Miscellaneous Options:
57 -debug events display copious debugging information
58 -help print program options
59 -log format format of debugging information
60 -list type print a list of supported option arguments
61 -version print version information
62
63 By default, the image format of `file' is determined by its magic num‐
64 ber. To specify a particular image format, precede the filename with
65 an image format name and a colon (i.e. ps:image) or specify the image
66 type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for
67 standard input or output.
68
70 ImageMagick(1)
71
72
74 Copyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights
75 and licenses apply to this software, see
76 file:///usr/share/doc/ImageMagick-6.6.4/www/license.html or
77 http://www.imagemagick.org/script/license.php
78
79
80
81ImageMagick Date: 2009/01/10 01:00:00 stream(1)