Python Forum
Windows DIB format in bytearray to image? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Windows DIB format in bytearray to image? (/thread-9237.html)



Windows DIB format in bytearray to image? - dusca - Mar-28-2018

Hello,

I have OLE Object with bytearray (h++ps://ufile.io/5mnfn)

How to convert this info (Windows DIB) to image?

Thanks


RE: Windows DIB format in bytearray to image? - Larz60+ - Mar-28-2018

see: https://pillow.readthedocs.io/en/3.1.x/reference/ImageWin.html


RE: Windows DIB format in bytearray to image? - dusca - Mar-28-2018

my variable[:100] after read images, see image link please:

https://imgur.com/q2Z4nEo

eatch row is one image... this is a dib image, right?