We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I am thinking of coding some simple program that involves the right click menu in Windows. For example:
Right click a file in Windows Explorer and an option "append suffix" pops out that append a certain message like "done" or "completed" to the filename of the file. (Actually can you do this with a Windows Batch file?)
Right click a JPG file in Windows Explorer and an option "Encrypt" pops out that opens my Processing program and scrambles the position or pixel value of the image then output to a new JPG.
Are those possible with Processing?
Answers
@cygig -- while I haven't done this myself, I believe that you can:
Nice explanation!