We are about to switch to a new forum software. Until then we have removed the registration on this forum.
for example:
there is a terminal command like :
openssl base64 -in /Users/saurabh.datta/Documents/Processing/sketches/tinderBot_101/application.macosx64/infoImage.jpg -out /Users/saurabh.datta/Documents/Processing/sketches/tinderBot_101/application.macosx64/encodedB64.txt
How can I invoke this command from within Processing?
All the threads I've checked doesn't work:
Answers
Using the runtime, you can call commands:
hope this helps! ak
Thanks @akirsky - I got that one working..