Shrinks the input bounding box from top and bottom to trim letterbox bars with a soft crop.
Letterbox Trim shrinks the input bounding box from the top and bottom. Top and bottom pixel offsets drive an internal Crop with crop disabled, so only the bbox is updated.
Use it on letterboxed plates or renders when black bars should leave the format for downstream work without a full reformat.
Horizontal edges stay tied to the input bbox. Defaults trim one pixel top and bottom; raise the values to match bar thickness. Soft crop leaves outside pixels intact if a later node expands the format.