BinaryFile EmbedImage?

DaveW

Active Member
Licensed User
Longtime User
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?
 

DaveW

Active Member
Licensed User
Longtime User
Maybe this could be something for the wishlist? I am using the SaveFile - EmbedFile - DelFile method and it works - it's just not very elegant!
 
Top