image convolution

Allows you to apply convolution matrix on the image by using the given options.


Example

Running this code will set 2 variables named “inPut” and “outPath” with the images named “Color Print Test Image 28.jpg” and “Image Convolution.jpg”, respectively.

Then, “inPut” will be set as input image path while the “outPath” will be set as output image path.

"Sharpen" will be applied to the image assigned to the "#outPath" variable.

set(#inPut,"{$special folder("Application")}\\Color Print Test Image 28.jpg","Global")
set(#outPath,"{$special folder("Application")}\\Image Convolution.jpg","Global")
plugin command("Image Automation.dll", "image convolution", #inPut, #outPath, "Sharpen")

Was this helpful?

Previous Article

image converter webp

Next Article

image crop