Image Resize (Arctenox's Essentials)

ArctenoxImageResize

Resize an image with multiple fit modes. Mode guide: • stretch – exact target size, no aspect ratio preservation • fit – letterbox/pillarbox, whole image visible • fill – zoom/crop to fully cover target area • pad – fit then pad edges with black to reach exact size Outputs actual width & height as INT for wiring downstream.

Pack: Arctenoxs-Essentials_ComfyUI

custom_nodes.Arctenoxs-Essentials_ComfyUI

Inputs (5)

NameTypeRequired
imageIMAGErequired
widthINTrequired
heightINTrequired
modeCOMBOrequired
interpolationCOMBOrequired

Outputs (3)

NameType
imageIMAGE
widthINT
heightINT