ComfyUI Node
Equirectangular Crop 180
Extract a horizontal FOV (default 180°) window from an equirectangular image with optional aspect preservation.
Equirectangular Crop 180
- image
- cropped_image
◄output_width1024►
◄output_height512►
◄maintain_aspecttrue►
◄center_longitude_deg0.0►
◄fov_degrees180►
◄interpolationlanczos►
CategoryLatLong
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Equirectangular input image tensor (B,H,W,C) in [0,1]. | |
| output_widthopt | INT | 102464–8192 | Target width of the extracted window in pixels. |
| output_heightopt | INT | 51264–8192 | Target height of the extracted window in pixels (overridden if Maintain Aspect). |
| maintain_aspectopt | BOOLEAN | true | Preserve the natural aspect ratio of the selected FOV by adjusting height. |
| center_longitude_degopt | FLOAT | 0.0-180–180 | Longitude center of the crop in degrees (0° is center). |
| fov_degreesopt | FLOAT | 1801–360 | Horizontal field of view to extract (degrees). |
| interpolationopt | COMBO | lanczos | Resampling filter for resizing after extraction. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| cropped_image | IMAGE | — |