Skip to main content
bagonterman
Inspiring
March 14, 2013
Answered

Color mode of thumbnail

  • March 14, 2013
  • 1 reply
  • 469 views

Is there an easy way to find the color mode of a thumbnail? I was wondering if label would work. I am guessing I am going to have to go through the metatdata but I was not sure. Thanks.

This topic has been closed for replies.
Correct answer bagonterman

Found it.

(app.document.selections[0].core.quickMetadata.colorMode)

This atleast one way of doing it. I like this because then I don't have to dig through all the metadata.

1 reply

bagonterman
bagontermanAuthorCorrect answer
Inspiring
March 14, 2013

Found it.

(app.document.selections[0].core.quickMetadata.colorMode)

This atleast one way of doing it. I like this because then I don't have to dig through all the metadata.