[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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"]]