[[["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."],[[["Casts the input image pixel values to signed 32-bit integers."],["The `toInt32()` function is applied to the input image and returns a modified image with the transformed pixel values."],["The operation is performed on each pixel of the provided image."]]],["The function `toInt32()` converts an image's data to a signed 32-bit integer format. It operates on an `Image` object, designated as `value`, and returns a modified `Image` where the underlying data type has been changed. The function requires no additional arguments beyond the image itself.\n"]]