[[["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."],[[["`Image.ceil()` computes the smallest integer greater than or equal to the input, returning a new Image with the result."],["This function operates on an existing image (`value`) and returns a modified version of that image."]]],["The `ceil()` function calculates the ceiling of an image, returning a new image. The operation is applied to each pixel of the input image (`value`). The function computes the smallest integer that is greater than or equal to the pixel's current value. The result is a new image of the same type.\n"]]