Stay organized with collections
Save and categorize content based on your preferences.
Overlays one image on top of another. The images are blended together using the masks as opacity. If either of images has only 1 band, it is replicated to match the number of bands in the other image.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["Blends two images together using their masks as opacity, overlaying one on top of the other."],["If either image has a single band, it's automatically replicated to match the other image's band count."],["The function `Image.blend()` takes the bottom image as 'this' and the top image as the argument `top`, returning the blended image."]]],[]]