I’m making a Mac OSX program where I need to take a snapshot (image file) the currently active window in Photoshop.
How would I go about this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I ended up using Applescript inside Xcode to find photoshop and saving a copy of the current file. Not the best solution but it works.