[[["容易理解","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-25 (世界標準時間)。"],[[["The Image resource represents raster data and does not store persistent data itself."],["This resource provides methods for computing pixels, exporting images to various destinations, and importing images from different sources."],["You can use the `computePixels` method to perform custom computations on image data and the `export` method to initiate batch processing for image computation and output."],["Both standard and external image imports are supported via the `import` and `importExternal` methods, respectively."]]],["This resource has no persistent data. It outlines four key actions for image manipulation: `computePixels` performs computations on image data to generate a pixel tile. `export` initiates a batch process to compute and save an image to various destinations. `import` brings in an image, and `importExternal` is specifically for importing images from external sources. Each action is represented by a distinct method in the API.\n"]]