ImageCollage
ImageCollage[{image1,image2,…}]
creates a collage of images imagei.
ImageCollage[{w1image1,w2image2,…}]
creates a collage of images imagei based on their corresponding weights wi.
ImageCollage[image1w1,image2w2,…]
also creates a collage of images imagei based on their corresponding weights wi.
ImageCollage[{w1,w2,…}{image1,image2,…}]
also creates a collage of images imagei based on their corresponding weights wi.
ImageCollage[{{image1,w1},{image2,w2},…}]
also creates a collage of images imagei based on their corresponding weights wi.
ImageCollage[…,fitting]
uses the fitting method to create the collage.
ImageCollage[…,fitting,size]
creates a collage of the specified size.
Details and Options
- ImageCollage creates a collage of a list of images and can be used to create a compact visualization of photographs, graphics, etc.
- ImageCollage[w->{image1,image2,…}] assumes the same weight w for all imagei.
- Weights wi can be either of one of the following forms:
-
w final area proportional to w Scaled[s] final area proportional to s multiplied by the original area - Possible values for fitting include:
-
"Fill" fit the smaller dimension; crop the other if necessary "Fit" fit the whole image; keep the aspect ratio; pad if necessary "Stretch" stretch the image to fit by resampling - The following options can be specified:
-
Background GrayLevel[0.2] background color ImagePadding None padding size to use around each image ImageSize Automatic display size of the collage Method Automatic method to use for packing images Padding Automatic padding scheme to use around each image Resampling Automatic resampling method - Possible settings for ImagePadding are:
-
None no padding m the same padding on all sides {m,n} m pixels on left and right, n pixels on bottom and top {{left,right},{bottom,top}} different padding on different sides - Method can take one of the following settings:
-
"Rows" arrange in horizontal layers "Columns" arrange in vertical layers "Grid" a regular grid of images "ClosestPacking" closest packing from the top left
Examples
open allclose allBasic Examples (3)
Scope (4)
Options (12)
Applications (5)
Properties & Relations (3)
Possible Issues (1)
Neat Examples (3)
See Also
ImageAssemble WordCloud GraphicsGrid ImageCompose ImageAdd Blend