Allows you to emphasize the edges of the image.
Example
Running this code will set 2 variables named “inPut” and “outPath” with the images named “Color Print Test Image 28.jpg” and “Image Edges.jpg”, respectively.
Then, “inPut” will be set as input image path while the “outPath” will be set as output image path.
The following properties will be applied to the input image:
- Option: Difference
- Threshold: 10
set(#inPut,"{$special folder("Application")}\\Color Print Test Image 28.jpg","Global")
set(#outPath,"{$special folder("Application")}\\Image Edges.jpg","Global")
plugin command("Image Automation.dll", "image edges", #inPut, #outPath, "Difference", 10)