[[["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 2025-03-06 UTC."],[[["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"]]