On Wednesday 01 November 2017 14:45:57 fredvs wrote:
>
> But how could I show those picture data with MSE?
> If I have a buffer filled with picture data (png or jpg), how to use that
> buffer to show the image ?
>
Copy the image data pointer to a tmemorycopystream (unit msestream) or use a 
t*stream in order to load the imagedata and use 
tmaskedbitmap.loadfromstream() or copy the image data to a string and use 
tmaskedbitmap.loadfromstring().

Martin

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to