[[["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."],[[["The `int16()` function converts the input image's pixel values to signed 16-bit integers."],["This operation is applied to an image and returns a modified image with the converted pixel values."]]],["The function converts an input `value` (an Image) into a signed 16-bit integer representation. This operation is applied directly to the input image. The function returns a new `Image` object reflecting the type conversion of the original `value`. The `Image.int16()` method is used to perform this type cast operation on the image.\n"]]