Penguin
Blame: composite(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of composite(1) version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 composite
2 !!!composite
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 EXAMPLES
7 OPTIONS
8 ENVIRONMENT
9 SEE ALSO
10 COPYRIGHT
11 AUTHORS
12 ----
13 !!NAME
14
15
16 composite - composite images together.
17 !!SYNOPSIS
18
19
20 __composite [[__ ''options'' __... ]__ ''image
21 composite'' __[[__ ''mask'' __]__
22 ''composited''
23 !!DESCRIPTION
24
25
26 __composite__ composite images to create new
27 images.
28
29
30 The optional __mask__ can be used to provide matte
31 information for __composite__ when it has none or if you
32 want a different mask. A mask image is typically grayscale
33 and the same size as __composite__. If the image is not
34 grayscale, it is converted to grayscale and the resulting
35 intensities are used as matte information.
36
37
38 If ''composited'' already exists, you will be prompted as
39 to whether it should be overwritten.
40 !!EXAMPLES
41
42
43 To composite an image of a cockatoo with a perch,
44 use:
45
46
47 composite cockatoo.miff perch.ras
48 composite.miff
49
50
51 To compute the difference between images in a series,
52 use:
53
54
55 composite -compose difference series.1 series.2
56 difference.miff
57
58
59 To composite an image of a cockatoo with a perch starting at
60 location (100,150), use:
61
62
63 composite -geometry +100+150 cockatoo.miff perch.ras
64 composite.miff
65
66
67 To tile a logo across your image of a cockatoo,
68 use
69
70
71 convert +shade 30x60 cockatoo.miff mask.miff composite
72 -compose bumpmap -tile logo.png cockatoo.miff mask.miff
73 composite.miff
74
75
76 To composite a red, green, and blue color plane into a
77 single composite image, try
78
79
80 composite -compose !CopyGreen red.png green.png red-green.png
81 composite -compose !CopyBlue red-green.png blue.png
82 composite.png
83 !!OPTIONS
84
85
86 Options are processed in command line order. Any option you
87 specify on the command line remains in effect only for the
88 image that follows. All options are reset to their default
89 values after each image is read.
90
91
92 For a more detailed description of each option, see
93 ''!ImageMagick(1)''.
94
95
96 __-background__ ''''
97
98
99 the background color
100
101
102 __-cache__ ''''
103
104
105 megabytes of memory available to the pixel
106 cache
107
108
109 __-colors__ ''''
110
111
112 preferred number of colors in the image
113
114
115 __-colorspace__ ''''
116
117
118 the type of colorspace
119
120
121 __-comment__ ''''
122
123
124 annotate an image with a comment
125
126
127 __-compose__ ''''
128
129
130 the type of image composition
131
132
133 __-compress__ ''''
134
135
136 the type of image compression
137
138
139 __-debug__
140
141
142 enable debug printout
143
144
145 __-density__
146 ''''
147
148
149 vertical and horizontal resolution in pixels of the
150 image
151
152
153 __-depth__ ''''
154
155
156 depth of the image
157
158
159 __-displace__ ''
160 ''
161
162
163 shift image pixels as defined by a displacement
164 map
165
166
167 __-display__
168 ''''
169
170
171 specifies the X server to contact
172
173
174 __-dispose__ ''''
175
176
177 GIF disposal method
178
179
180 __-dissolve__ ''''
181
182
183 dissolve an image into another by the given
184 percent
185
186
187 __-dither__
188
189
190 apply Floyd/Steinberg error diffusion to the
191 image
192
193
194 __-endian__ ''''
195
196
197 specify endianness (MSB or LSB) of output image
198
199
200 __-filter__ ''''
201
202
203 use this type of filter when resizing an image
204
205
206 __-font__ ''''
207
208
209 use this font when annotating the image with
210 text
211
212
213 __-geometry__
214 ''
215 ''
216
217
218 preferred size and location of the Image
219 window.
220
221
222 __-gravity__ ''''
223
224
225 direction primitive gravitates to when annotating the
226 image.
227
228
229 __-help__
230
231
232 print usage instructions
233
234
235 __-interlace__ ''''
236
237
238 the type of interlacing scheme
239
240
241 __-label__ ''''
242
243
244 assign a label to an image
245
246
247 __-matte__
248
249
250 store matte channel if the image has one
251
252
253 __-monochrome__
254
255
256 transform the image to black and white
257
258
259 __-negate__
260
261
262 replace every pixel with its complementary
263 color
264
265
266 __-page__
267 ''''
268
269
270 size and location of an image canvas
271
272
273 __-profile__ ''''
274
275
276 add ICM, IPTC, or generic profile to image
277
278
279 __-quality__ ''''
280
281
282 JPEG/MIFF/PNG compression level
283
284
285 __-resize__
286 ''''
287
288
289 resize and locate an image
290
291
292 __-rotate__
293 ''''
294
295
296 apply Paeth image rotation to the image
297
298
299 __-sampling_factor__
300 ''''
301
302
303 sampling factors used by JPEG encoder.
304
305
306 __-scene__ ''''
307
308
309 set scene number
310
311
312 __-sharpen__
313 ''''
314
315
316 sharpen the image
317
318
319 __-size__
320 ''''
321
322
323 width and height of the image
324
325
326 __-stegano__ ''''
327
328
329 hide watermark within an image
330
331
332 __-stereo__
333
334
335 composite two images to create a stereo
336 anaglyph
337
338
339 __-treedepth__ ''''
340
341
342 tree depth for the color reduction algorithm
343
344
345 __-trim__
346
347
348 trim an image
349
350
351 __-type__ ''''
352
353
354 the image type
355
356
357 __-units__ ''''
358
359
360 the type of image resolution
361
362
363 __-unsharp__
364 ''''
365
366
367 sharpen the image with an unsharp mask operator
368
369
370 __-verbose__
371
372
373 print detailed information about the image
374
375
376 __-watermark__
377 ''''
378
379
380 percent brightness and saturation of a
381 watermark
382
383
384 __-write__ ''''
385
386
387 write an image sequence [[''convert,
388 composite'']
389
390
391 For a more detailed description of each option, see
392 ''!ImageMagick(1)''.
393 !!ENVIRONMENT
394
395
396 __DISPLAY__
397
398
399 To get the default host, display number, and
400 screen.
401 !!SEE ALSO
402
403
404 animate(1), display(1), conjure(1), convert(1), identify(1),
405 !ImageMagick(1), import(1), mogrify(1),
406 montage(1)
407 !!COPYRIGHT
408
409
410 __Copyright (C) 2002 !ImageMagick Studio__
411
412
413 __Permission is hereby granted, free of charge, to any
414 person obtaining a copy of this software and associated
415 documentation files (
416 __
417
418
419 __The above copyright notice and this permission notice
420 shall be included in all copies or substantial portions of
421 !ImageMagick.__
422
423
424 __The software is provided
425 __
426
427
428 __Except as contained in this notice, the name of the
429 !ImageMagick Studio LLC shall not be used in advertising or
430 otherwise to promote the sale, use or other dealings in
431 !ImageMagick without prior written authorization from the
432 !ImageMagick Studio.__
433 !!AUTHORS
434
435
436 ''John Cristy, !ImageMagick Studio LLC, Glenn
437 Randers-Pehrson, !ImageMagick Studio LLC.''
438 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.