[[["เข้าใจง่าย","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 UTC"],[[["Compares corresponding bands in two images and selects the maximum value for each pixel, creating a new image."],["If the images have different numbers of bands, single bands are compared against all bands in the other image."],["Band names and output image type are determined by the input images, prioritizing the image with more bands."]]],["The function compares two images, `image1` and `image2`, band by band. It determines the maximum value for each corresponding band pair. If one image has a single band, it's compared against all bands in the other. If images have the same number of bands with different names, they're paired sequentially. Output bands adopt names from the longer input image or `image1` if equal in length. The output pixel type is the combination of the input pixel types.\n"]]