Pixnub Home Page 2 › Forums › EZ Green Screen › EZGS Extract Image command › Reply To: EZGS Extract Image command
April 12, 2024 at 1:19 am
#7026797
JEFF HARMON
Participant
I haven’t done it plugin to plugin yet, but I will give it a shot. It is supposed to be very possible:
https://developer.adobe.com/indesign/uxp/plugins/tutorials/inter-plugin-comm/
Seems like a command entrypoint roughly works like an exported function that my plugin could call. I think it means your plugin could offer an extractImageModal and extractImageNonModal entrypoints that would both need to take a props object with all the EZGS values.
I will do a test with two different plugins and see.