We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello,
I am looking to display the image of an icon of a file (Java File class used and then Icon class to get image: Icon ico = FileSystemView.getFileSystemView().getSystemIcon(file);)...
Does anyone have any ideas on how to render/display this icon image in Processing?
Answers
Or maybe a conversion to PImage....?
Wrote you a little wrapper function that converts Icon to PImage:
Thank you very much!