Blend Height
blend-h
Sets the height of the overlay image.
This operation occurs after your initial image has been resized. Values can range from 0
to the height of the overlay image, and can be larger than the height of the base image if desired.
When the value is a positive integer greater than 1
, the value is interpreted as a pixel height. When the value is a float between 0.0
and 1.0
, the value is interpreted as a ratio to the resized base image height. Parameter blend-fit
will control how the overlay image is fit to its blend-h
.
Note: blend-h
is not applicable to color or text overlays—color overlays apply to the entire image, and text overlay padding can be controlled with the txt-pad
parameter.