Image Equalizer

ImageEqualizer

Resizes images to match the largest or smallest image among them. size_mode determines target dimensions: - grow: all images match the largest dimensions - shrink: all images match the smallest dimensions keep_proportion maintains aspect ratio by highest dimension: - pad: adds padding to fit target size (default) - stretch: directly resizes to target - resize: scales to fit within target - crop: crops to fill target - total_pixels: maintains total pixel count pad_color options: - black: RGB(0,0,0) - white: RGB(255,255,255) - gray: RGB(128,128,128) - average: gamma-corrected weighted mean color of entire image - average_edge: weighted mean of peripheral 5% of pixels

Pack: Img Label Tools

custom_nodes.ComfyUI-Img-Label-Tools

Inputs (6)

NameTypeRequired
imagesIMAGErequired
size_modeCOMBOrequired
upscale_methodCOMBOrequired
keep_proportionCOMBOrequired
pad_colorCOMBOrequired
crop_positionCOMBOrequired

Outputs (1)

NameType
IMAGEIMAGE
Image Equalizer | TealPug Node Explorer