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