Skip to main content
Known Participant
November 23, 2020
Answered

Adobe Bridge and Component Object Model (COM)

  • November 23, 2020
  • 2 replies
  • 752 views

Hello everyone ! 

 

Do you know if it is possible to access to Adobe Bridge and thus, access to Camera Raw with Component Object Model (COM), under Windows ?

If yes, how can i do that ? 

 

The idea is to do scripting with Python. 

Is there any documentation about Adobe Bridge scripting ? 

 

Thank you in advance ! 

This topic has been closed for replies.
Correct answer SuperMerlin

Bridge only understands JavaScript and the only way to talk to Bridge with another language is via another application such as Photoshop and use BridgeTalk. After all this Camera Raw is not scriptable at all.

Good luck with your endevour 🙂

2 replies

Kukurykus
Legend
November 24, 2020

Over there you find Adobe Bridge Javascript Reference.

Known Participant
November 24, 2020

@Kukurykus thank you very much for your help ! 

SuperMerlin
SuperMerlinCorrect answer
Inspiring
November 23, 2020

Bridge only understands JavaScript and the only way to talk to Bridge with another language is via another application such as Photoshop and use BridgeTalk. After all this Camera Raw is not scriptable at all.

Good luck with your endevour 🙂

Known Participant
November 23, 2020

@SuperMerlin thank you very much for your answer !