[[["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."],[[["\u003cp\u003eThe Image resource represents raster data and does not store persistent data itself.\u003c/p\u003e\n"],["\u003cp\u003eThis resource provides methods for computing pixels, exporting images to various destinations, and importing images from different sources.\u003c/p\u003e\n"],["\u003cp\u003eYou can use the \u003ccode\u003ecomputePixels\u003c/code\u003e method to perform custom computations on image data and the \u003ccode\u003eexport\u003c/code\u003e method to initiate batch processing for image computation and output.\u003c/p\u003e\n"],["\u003cp\u003eBoth standard and external image imports are supported via the \u003ccode\u003eimport\u003c/code\u003e and \u003ccode\u003eimportExternal\u003c/code\u003e methods, respectively.\u003c/p\u003e\n"]]],["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"],null,["# REST Resource: projects.image\n\nResource\n--------\n\nThere is no persistent data associated with this resource.\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|\n| ### [computePixels](/earth-engine/reference/rest/v1alpha/projects.image/computePixels) | Computes a tile of pixels by performing an arbitrary computation on image data. |\n| ### [export](/earth-engine/reference/rest/v1alpha/projects.image/export) | Initiates a batch process that computes an image and writes the result to one of several destinations. |\n| ### [import](/earth-engine/reference/rest/v1alpha/projects.image/import) | Imports an image. |\n| ### [importExternal](/earth-engine/reference/rest/v1alpha/projects.image/importExternal) | Imports an external image. |"]]