i have always a problem when using resize image as input to other nodes, dimensions of the resised image must be a multiple of 8
so i have to manually add some math nodes to calculate the new width and higth
as shown in this picture :
can someone please add a field to the resize node , in which we select a multiplier of 8, 16, 32, 64 ..
so the new_width will be = input_width - ( input_width modulus multiplier )
and the new_higth will be = input_higth - ( input_higth modulus multiplier )