REST Resource: projects.image
Resource
There is no persistent data associated with this resource.
Methods |
|
Computes a tile of pixels by performing an arbitrary computation on image data. |
|
Initiates a batch process that computes an image and writes the result to one of several destinations. |
|
Imports an image. |
|
Imports an external image. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[null,null,["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"]]