~ubuntu-branches/ubuntu/quantal/imagemagick/quantal

« back to all changes in this revision

Viewing changes to utilities/stream.1

  • Committer: Bazaar Package Importer
  • Author(s): Muharem Hrnjadovic
  • Date: 2009-06-04 13:01:13 UTC
  • mfrom: (1.1.5 upstream) (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090604130113-my9114jxmafpwew3
Tags: 7:6.5.1.0-1.1ubuntu1
* Merge from debian unstable, remaining changes:
  - (Build-)depend on libltdl7-dev instead of libltdl3-dev (the armel buildds
    currently have both available).
  - Don't build-dep on librsvg, it brings in excessive dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH stream 1 "Date: 2005/03/01 01:00:00" "ImageMagick"
 
1
.TH stream 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
2
2
.SH NAME
3
3
stream \- a lightweight tool to stream one or more pixel components of the image or portion of the image to your choice of storage formats.
4
4
.SH SYNOPSIS
7
7
.SH OVERVIEW
8
8
\fBStream\fP is a lightweight tool to stream one or more pixel components of the image or portion of the image to your choice of storage formats.  It writes the pixel components as they are read from the input image a row at a time making \fBstream\fP desirable when working with large images or when you require raw pixel components.
9
9
 
10
 
For more information about the stream command, point your browser to file:///usr/share/doc/ImageMagick-6.4.5/www/stream.html or http://www.imagemagick.org/script/stream.php.
 
10
For more information about the stream command, point your browser to file:///usr/share/doc/ImageMagick-6.5.1/www/stream.html or http://www.imagemagick.org/script/stream.php.
11
11
.SH DESCRIPTION
12
12
Image Settings:
13
 
  -authenticate value  decrypt image with this password
14
 
  -channel type        apply option to select image channels
15
 
  -colorspace type     alternate image colorspace
16
 
  -compress type       type of pixel compression when writing the image
17
 
  -define format:option
 
13
  \-authenticate value  decrypt image with this password
 
14
  \-channel type        apply option to select image channels
 
15
  \-colorspace type     alternate image colorspace
 
16
  \-compress type       type of pixel compression when writing the image
 
17
  \-define format:option
18
18
                       define one or more image format options
19
 
  -density geometry    horizontal and vertical density of the image
20
 
  -depth value         image depth
21
 
  -extract geometry    extract area from image
22
 
  -identify            identify the format and characteristics of the image
23
 
  -interlace type      type of image interlacing scheme
24
 
  -interpolate method  pixel color interpolation method
25
 
  -limit type value    pixel cache resource limit
26
 
  -map components      one or more pixel components
27
 
  -monitor             monitor progress
28
 
  -quantize colorspace reduce colors in this colorspace
29
 
  -quiet               suppress all warning messages
30
 
  -regard-warnings     pay attention to warning messages
31
 
  -sampling-factor geometry
 
19
  \-density geometry    horizontal and vertical density of the image
 
20
  \-depth value         image depth
 
21
  \-extract geometry    extract area from image
 
22
  \-identify            identify the format and characteristics of the image
 
23
  \-interlace type      type of image interlacing scheme
 
24
  \-interpolate method  pixel color interpolation method
 
25
  \-limit type value    pixel cache resource limit
 
26
  \-map components      one or more pixel components
 
27
  \-monitor             monitor progress
 
28
  \-quantize colorspace reduce colors in this colorspace
 
29
  \-quiet               suppress all warning messages
 
30
  \-regard-warnings     pay attention to warning messages
 
31
  \-sampling-factor geometry
32
32
                       horizontal and vertical sampling factor
33
 
  -seed value          seed a new sequence of pseudo-random numbers
34
 
  -set attribute value set an image attribute
35
 
  -size geometry       width and height of image
36
 
  -storage-type type   pixel storage type
37
 
  -transparent-color color
 
33
  \-seed value          seed a new sequence of pseudo-random numbers
 
34
  \-set attribute value set an image attribute
 
35
  \-size geometry       width and height of image
 
36
  \-storage-type type   pixel storage type
 
37
  \-transparent-color color
38
38
                       transparent color
39
 
  -verbose             print detailed information about the image
40
 
  -virtual-pixel method
 
39
  \-verbose             print detailed information about the image
 
40
  \-virtual-pixel method
41
41
                       virtual pixel access method
42
42
 
43
43
Miscellaneous Options:
44
 
  -debug events        display copious debugging information
45
 
  -help                print program options
46
 
  -log format          format of debugging information
47
 
  -list type           print a list of supported option arguments
48
 
  -version             print version information
 
44
  \-debug events        display copious debugging information
 
45
  \-help                print program options
 
46
  \-log format          format of debugging information
 
47
  \-list type           print a list of supported option arguments
 
48
  \-version             print version information
49
49
 
50
50
By default, the image format of `file' is determined by its magic number.  To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps).  Specify 'file' as '-' for standard input or output.
51
 
.SH SEE-ALSO
 
51
.SH SEE ALSO
52
52
ImageMagick(1)
53
53
 
54
54
.SH COPYRIGHT
55
55
 
56
 
\fBCopyright (C) 1999-2008 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/share/doc/ImageMagick-6.4.5/www/license.php or http://www.imagemagick.org/script/license.php\fP
 
56
\fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/share/doc/ImageMagick-6.5.1/www/license.html or http://www.imagemagick.org/script/license.php\fP