[[["เข้าใจง่าย","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"],[[["Returns the minimum pixel values between two images, comparing corresponding bands."],["If the images have different band counts, single-band images are compared against all bands of the multi-band image."],["Output bands are named using the longer image's band names, prioritizing the first image in case of equal length."],["Output pixel type is determined by combining the input pixel types to accommodate all possible values."]]],["The `min` operation compares two images (`image1`, `image2`) band-wise. It computes the minimum value for each corresponding band pair. If one image has a single band, that band is compared against all bands of the other. If both images have multiple bands, they're paired in order. Output band names come from the longer input, or `image1` if equal. Output pixel type is the combination of the input pixel types. The output is an image.\n"]]