I see that the BinaryFile library has methods to RetrieveFile (to a file) and RetrieveImage (to an image) but only EmbedFile (from a file). There seems to be no direct method to embed a created image. Am I missing something?
I suppose I could save the image I have created as a file, embed the file and then delete the file but that seems a very crude method! Is there a way to scan the image pixels and send them to the binary file in a way that RetrieveImage would accept?
I suppose I could save the image I have created as a file, embed the file and then delete the file but that seems a very crude method! Is there a way to scan the image pixels and send them to the binary file in a way that RetrieveImage would accept?