Penguin
Annotated edit history of identify(1) version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 identify
2 !!!identify
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 COPYRIGHT
9 AUTHORS
10 ----
11 !!NAME
12
13
14 identify - describe an image or image sequence.
15 !!SYNOPSIS
16
17
18 __identify__ ''file'' [[ ''file'' ... ]
19 !!DESCRIPTION
20
21
22 __Identify__ describes the format and characteristics of
23 one or more image files. It will also report if an image is
24 incomplete or corrupt. The information displayed includes
25 the scene number, the file name, the width and height of the
26 image, whether the image is colormapped or not, the number
27 of colors in the image, the number of bytes in the image,
28 the format of the image (JPEG, PNM, etc.), and finally the
29 number of seconds it took to read and process the image. An
30 example line output from __identify__
31 follows:
32
33
34 images/aquarium.miff 640x480 !PseudoClass 256c 308135b MIFF
35 1s
36
37
38 If -verbose is set, expect additional output including any
39 image comment:
40
41
42 Image: images/aquarium.miff class: !PseudoClass colors: 256
43 signature: eb5dca81dd93ae7e6ffae99a527eb5dca8... matte:
44 False geometry: 640x480 depth: 8 bytes: 308135 format: MIFF
45 comments: Imported from MTV raster image:
46 aquarium.mtv
47 !!OPTIONS
48
49
50 Options are processed in command line order. Any option you
51 specify on the command line remains in effect for the set of
52 images immediately following, until the set is terminated by
53 the appearance of any option or __-noop__.
54
55
56 For a more detailed description of each option, see
57 ''!ImageMagick(1)''.
58
59
60 __-cache__ ''''
61
62
63 megabytes of memory available to the pixel
64 cache
65
66
67 __-debug__
68
69
70 enable debug printout
71
72
73 __-density__
74 ''''
75
76
77 vertical and horizontal resolution in pixels of the
78 image
79
80
81 __-depth__ ''''
82
83
84 depth of the image
85
86
87 __-format__ ''''
88
89
90 output formatted image characteristics
91
92
93 __-help__
94
95
96 print usage instructions
97
98
99 __-ping__
100
101
102 efficiently determine image characteristics
103
104
105 __-size__
106 ''''
107
108
109 width and height of the image
110
111
112 __-verbose__
113
114
115 print detailed information about the image
116
117
118 For a more detailed description of each option, see
119 ''!ImageMagick(1)''.
120 !!SEE ALSO
121
122
123 display(1), animate(1), montage(1), mogrify(1), convert(1),
124 !ImageMagick(1), composite(1)
125 !!COPYRIGHT
126
127
128 __Copyright (C) 2002 !ImageMagick Studio__
129
130
131 __Permission is hereby granted, free of charge, to any
132 person obtaining a copy of this software and associated
133 documentation files (
134 __
135
136
137 __The above copyright notice and this permission notice
138 shall be included in all copies or substantial portions of
139 !ImageMagick.__
140
141
142 __The software is provided
143 __
144
145
146 __Except as contained in this notice, the name of the
147 !ImageMagick Studio LLC shall not be used in advertising or
148 otherwise to promote the sale, use or other dealings in
149 !ImageMagick without prior written authorization from the
150 !ImageMagick Studio.__
151 !!AUTHORS
152
153
154 ''John Cristy, !ImageMagick Studio LLC, Glenn
155 Randers-Pehrson, !ImageMagick Studio LLC.''
156 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.