ComfyUI Node

Equirectangular Crop 180

Extract a horizontal FOV (default 180°) window from an equirectangular image with optional aspect preservation.

By cedarconnor·Created about a year ago·Updated 6 months ago· 2
Equirectangular Crop 180
  • image
  • cropped_image
output_width1024
output_height512
maintain_aspecttrue
center_longitude_deg0.0
fov_degrees180
interpolationlanczos
CategoryLatLong

Inputs (7)

NameTypeDefaultDescription
imageIMAGEEquirectangular input image tensor (B,H,W,C) in [0,1].
output_widthoptINT102464–8192Target width of the extracted window in pixels.
output_heightoptINT51264–8192Target height of the extracted window in pixels (overridden if Maintain Aspect).
maintain_aspectoptBOOLEANtruePreserve the natural aspect ratio of the selected FOV by adjusting height.
center_longitude_degoptFLOAT0.0-180–180Longitude center of the crop in degrees (0° is center).
fov_degreesoptFLOAT1801–360Horizontal field of view to extract (degrees).
interpolationoptCOMBOlanczosResampling filter for resizing after extraction.

Outputs (1)

NameTypeDescription
cropped_imageIMAGE