Crop Image and Insert Crop Into Data Table
I'm currently running a script that inserts a 1Mb image into a data table using the following simple script ( where :link to image is a network drive where the jpg is stored)Formula( Open( :Link to Image, "jpg" ) ),Due to the size of the image the data table is getting large ( I have ~1500 images) and have tried the crop function but cannot get the syntax correctone of the various ways I have trie...