[[["เข้าใจง่าย","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"],[[["Transforms image data to unsigned 16-bit integer format."],["The operation is applied to the provided input image and returns a modified image."],["Primarily used for ensuring pixel data is represented as unsigned 16-bit integers, which is common in various image processing scenarios."]]],["The function `uint16()` converts an input image (`value`) to an unsigned 16-bit integer representation. It operates on an `Image` type, and the output is also an `Image`. The function's sole purpose is to change the data type of the input image to an unsigned 16-bit integer, with the operation being applied directly to the provided image.\n"]]