Allows you to convert image to TIFF.
Example
Running this code will convert all ".*\.jpg" images in the "Application" folder, adding it to the list named "%image". After that, all in "%image" will be converted to "tiff", adding it to a new list named "%tiffImage".
add list to list(%image,$find regular expression($get files($special folder("Application"),"Yes"),".*\\.jpg"),"Delete","Global")
add list to list(%tiffImage,$plugin function("Image Automation.dll", "$image to tiff", %image, "True"),"Delete","Global")
load html($replace(%tiffImage,$new line,"<br>"))