image crop layer

Allows you to crop a layer of an image using various settings.


Example

Running this code will crop the left and top side of the image "E:\Example Folder\Picture 1.jpg" by 20%, saving it to "E:\Saved Folder\Sample.jpg".

plugin command("Image Automation.dll", "image crop layer", "E:\\Example Folder\\Picture 1.jpg", "E:\\Saved Folder\\Sample.jpg", 20, 20, 0, 0, "Percentage")

Was this helpful?

Previous Article

image crop entropy