ee.Image.cat

Combines the given images into a single image which contains all bands from all of the images.

If two or more bands share a name, they are suffixed with an incrementing index.

The resulting image will have the metadata from the first input image, only.

This function will promote constant values into constant images.

Returns the combined image.

UsageReturns
ee.Image.cat(var_args)Image
ArgumentTypeDetails
var_argsVarArgsThe images to be combined.