What kind of interpolation is used when Scale() is applied to an image object?
Working on a script that processes images and comparing results to a python script that applies similar operations. When I have a script that goes:<image = new image("$SAMPLE_IMAGES/tile.jpg");image << Scale(0.49);> What kind of interpolation is used when changing the image size? Thank you On JMP 16