Read Image Tile
read_image_tileRead a single tile from a recommended high-detail grid to inspect large images region by region without loading the full file.
Instructions
Read one tile from an automatically recommended high-detail grid. Tiles come directly from original pixels, default to 8% overlap, and are kept within the safe 1600 px longest-side path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| row | Yes | 1-based tile row from image_info's recommended grid. | |
| path | Yes | Image path relative to workspace root. | |
| column | Yes | 1-based tile column from image_info's recommended grid. | |
| overlap | No | Fractional tile overlap. Default: 0.08 (8%). Use the same value as image_info if overridden. | |
| workspace_id | No | Workspace id from open_workspace. Omit to use default workspace. | |
| max_dimension | No | Tile output longest-side dimension. Default/max: 1600 pixels. |