Image rotation
Hi,I cannot rotate an image. The script in the "Scripting Index" is also not rotating the image. Names Default To Here( 1 );
New Window( "Example", pb = Picture Box( Open( "$SAMPLE_IMAGES/tile.jpg", jpg ) ) );
image = pb << Get Image();
image << rotate left;