[[["易于理解","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"]],["最后更新时间 (UTC):2025-07-26。"],[[["Selects an image file format for returning pixel data, supporting various formats like JPEG, PNG, NumPy, GeoTIFF, and TFRecord."],["Primarily supports 8-bit RGB data for display purposes (JPEG, PNG, AUTO_JPEG_PNG) or can be converted using visualization parameters."],["Offers specialized formats like NumPy for raw data, GeoTIFF for geospatial data, and TFRecord for image exports."],["Includes zipped GeoTIFF options for thumbnail creation, providing single or per-band files."],["If unspecified, the `IMAGE_FILE_FORMAT_UNSPECIFIED` enum is used."]]],["The system defines image file formats for returning pixel data. Available formats include `JPEG`, `PNG`, `AUTO_JPEG_PNG` (automatic selection), `NPY` (NumPy), `GEO_TIFF`, `TF_RECORD_IMAGE`, `ZIPPED_GEO_TIFF`, and `ZIPPED_GEO_TIFF_PER_BAND`. JPEG, PNG, and automatic formats are for display, supporting 8-bit RGB data. `ZIPPED_GEO_TIFF` and `ZIPPED_GEO_TIFF_PER_BAND` are for thumbnails. TF_RECORD_IMAGE is for image exports. `IMAGE_FILE_FORMAT_UNSPECIFIED` indicates an undefined type.\n"]]