"Landisc Image Interface" <Project Name> <Parcel ID Key> <Multiple Number> <Output Path & Name> BATCH <Keep Original Image> <Extract All Multiples> <Resized Image 1> <Resized Image 2>
"landisc image interface.exe" can be renamed to suit your filenaming specifications.
<Project Name> must be the project name for the Landisc EE project. If there are any spaces in the project name it MUST be wrapped within quotes in order to prevent problems with passing parameters to this program.
<Parcel ID Key> is the data on which to search to find the matching image. If there are any spaces in the search key it MUST be wrapped within quotes in order to prevent problems with passing parameters to this program.
<Multiple Number> this is the card number which will correspond to the multiple number within Landisc. If the record does not exist within Landisc, NOPIX.JPG will be copied to the <Output Path & Name>.
<Output Path & Name> defines the final image file location and name. The filename will be appended with JPG.
BATCH will suppress all errors, copy NOPIX.JPG to the <Output Path & Name> and create an entry in "image exceptions.txt".
<Keep Original Image> will keep or delete the originally extracted image based on a parameter of Y/N. This will be ignored if there are no requested resized images.
<Extract All Multiples> will extract all multiples for the requested parcel based on a parameter of Y/N. The filename will be appended with -1,-2,... based on the actual multiple number. The parameter <Multiple Number> will be ignored if this parameter is set to Y.
<Resized Image 1> will resize the image to the pixel size requested (###x###) and append the filename with an a.
<Resized Image 2> will resize the image to the pixel size requested (###x###) and append the filename with a b.
"[PathToExeFile]\[ExeName].exe" newtown b0301002 1 c:\myjpg batch n y 400x300 160x120
The example will extract the original image, create 2 resized images named c:\myjpg-1a.jpg & c:\myjpg-1b.jpg, and delete the originally extracted image. If there are multiples, there will be 2 additional images for each multiple (c:\myjpg-2a.jpg and c:\myjpg2b.jpg).