Skip to main content
Inspiring
January 2, 2019
Answered

Extendscript: crop image.

  • January 2, 2019
  • 2 replies
  • 901 views

In Extendscript, how would one crop image to the current selection? Thank you!

This topic has been closed for replies.
Correct answer Kukurykus

(aD = activeDocument).crop(aD.selection.bounds)

2 replies

Inspiring
January 3, 2019

Thank you!

Kukurykus
KukurykusCorrect answer
Legend
January 2, 2019

(aD = activeDocument).crop(aD.selection.bounds)