JMP16 Save Image now needs image type in quotes
Appears that the image type argument in Save Image() now has to be in quotes.The scripting index does not reflect this and its example code does not work in version 16. In the sample code, the Open() works with jpg as an argument, but the Save Image() says "name unresolved jpg in access or evaluation of 'jpg': img = Open( "$SAMPLE_IMAGES/tile.jpg", jpg );
obj = New Window( "tile(40,40)", img );
i
...