[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-26 (世界標準時間)。"],[[["`Image.add()` performs pixel-wise addition between two images, adding the values of corresponding bands."],["If the input images have different numbers of bands, the single-band image is applied to all bands of the multi-band image."],["Output band names and data types are determined based on the input images, prioritizing the longer or first image."],["Numerical inputs are automatically converted to images, allowing for operations with constants."],["This function is commonly used for arithmetic calculations on raster data, such as combining spectral bands or applying offsets."]]],["The `add()` method combines two images by adding corresponding band values. If one image has a single band, it's applied to all bands of the other. When both images have multiple bands with different names, bands are added pairwise. Output band names are taken from the longer input image, or the first if they are equal in length, with output pixel type being the union of the two inputs.\n"]]