mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 03:21:44 +03:00
31 lines
664 B
Plaintext
31 lines
664 B
Plaintext
OleFileIO_PL module:
|
|
|
|
OleFileIO_PL is a Python module to read Microsoft OLE2 files (Structured
|
|
Storage), such as Microsoft Office documents, Image Composer and FlashPix files,
|
|
Outlook messages, ...
|
|
|
|
This is an improved version of the OleFileIO module from PIL library v1.1.6
|
|
(See: http://www.pythonware.com/products/pil/index.htm)
|
|
|
|
WARNING: THIS IS (STILL) WORK IN PROGRESS.
|
|
|
|
|
|
|
|
INSTALLATION:
|
|
|
|
- on Windows, launch install.bat
|
|
- on other systems, launch: setup.py install
|
|
|
|
|
|
|
|
HOW TO USE THIS MODULE:
|
|
|
|
See http://www.decalage.info/python/olefileio
|
|
See main at the end of the module, and also docstrings.
|
|
|
|
|
|
|
|
LICENSE:
|
|
|
|
See LICENSE.txt.
|