image sepia color

Allows you to add sepia color to an image to make it look warmer.


Example

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

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

The sepia filter will be applied to the input image "Color Print Test Image 28.jpg", saving it as "Sepia Color.jpg".

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

Was this helpful?

Previous Article

image scharr

Next Article

image sharpen