mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 17:54:32 +03:00
Original version of OleFileIO.py from PIL, dated 2005-03-25, still current in PIL 1.1.7 on the 2011-10-20
This commit is contained in:
parent
9a640e3157
commit
f05f8001c5
30
PIL/OleFileIO-README.txt
Normal file
30
PIL/OleFileIO-README.txt
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
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.
|
Loading…
Reference in New Issue
Block a user