How to convert image to an array of bytes

kolbe

Active Member
Licensed User
Longtime User
Hello all,

Any ideas on how to convert and .image to an array of bytes. I think I could use .embedfile and then read the bytes out of that file. I could also use dzimage library or imagelibex to save to file.

It would be nice to avoid having to write to a file first.

Thanks
 

kolbe

Active Member
Licensed User
Longtime User
That will work. Thanks for the work on that library!

Thanks dzt.
 
Top