[python-win32] How to convert an OLE image from ODBC?
Steven James
steven.james at gmail.com
Fri May 11 12:12:12 CEST 2007
Have you tried writing the binary data to a file, then reading it from that
file with PIL?
Also, you could try Image.frombuffer() if you can coerce the binary data
into a python string. I just finished a win32 project that read thumbnails
from COM using IExtractImage and the data came in with B,G,R byte order
instead of R,G,B, so that took some finagling as well.
Steven James
On 5/11/07, Grzegorz Adam Hankiewicz <ghankiewicz at rastertech.es> wrote:
>
> I have an access database I can access through python. A query for the
> image column returns binary data, but this data is in OLE image/bitmap
> format. Is it possible to convert this into something PIL understands?
>
> --
> Rastertech España S.A.
> Grzegorz Adam Hankiewicz
> /Jefe de Producto TeraVial/
>
> C/ Perfumería 21. Nave I. Polígono industrial La Mina
> 28770 Colmenar Viejo. Madrid (España)
> Tel. +34 918 467 390 (Ext.17) *·* Fax +34 918 457 889
> ghankiewicz at rastertech.es *·* www.rastertech.es
> <http://www.rastertech.es/>
>
> _______________________________________________
> Python-win32 mailing list
> Python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20070511/b08b3011/attachment.htm
More information about the Python-win32
mailing list