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