[[["易于理解","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"]],["最后更新时间 (UTC):2025-07-26。"],[[["The `interpolate` function modifies an image by applying a piecewise-linear function to its first band, mapping input pixel values (x-axis) to output values (y-axis)."],["Users define the function using 'x' and 'y' lists, ensuring 'x' values are strictly increasing."],["For input values outside the defined function range, the 'behavior' argument controls the output, with options including extrapolation, clamping, using original input, or masking."],["The function returns a modified image with the interpolation applied."],["The function can be used via `Image.interpolate(x, y, behavior)`, with 'x' and 'y' being lists and 'behavior' being a string with a default of 'extrapolate'."]]],[]]