Question
Using Image File in Plugin UI
How does one go about taking a local image file and putting into an AE Plugin UI?
Based on my searching through all the sample projects and headers/resources, it seems like newImageFromBuffer() inside of the DrawbotSuite would be the route to go. If that is the case, how do I grab a local image file, fill it into a buffer, then provide it to this function to create an arbitrary UI param?
Thanks!