home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pypil112.zip / README < prev    next >
Text File  |  2001-12-28  |  2KB  |  45 lines

  1. This is a binary installation package for the Python Imaging Library, 
  2. v1.1.2, on OS/2.  It requires the OS/2+EMX port of Python 2.2 to be 
  3. useful.  For more information about PIL, including copyright and 
  4. licence particulars, see the file README.PIL.
  5.  
  6. To install, change into the directory containing the unpacked contents 
  7. of this archive and execute the install.cmd batch file.  InfoZip's 
  8. unzip.exe must be available on the path for the installation to 
  9. succeed.
  10.  
  11. This PIL port includes JPEG, PNG and ZIP support, but doesn't support 
  12. Tkinter or SANE.  The only external dependancy, other than the Python 
  13. interpreter, is the Z.DLL from Hung-Chi Chu's port of ZLIB 1.1.3.  If 
  14. you are able to use the zlib module in the Python port, then the Z.DLL 
  15. already in place on your system is probably OK.  Z.DLL on my system is 
  16. 45,061 bytes, dated 22/1/99.
  17.  
  18. The file Imaging-1.1.2-os2emx.patch includes all makefile and source 
  19. patches made to build this port, along with a rudimentary DistUtils 
  20. setup.py script for building/installing the PIL extension package.  
  21. The imaging library ("libimaging" - actually imaging.[a|lib]) still 
  22. needs to be built using the patched makefile in the libImaging 
  23. subdirectory.  Ports of the IJG JPEG-6b and PNG v1.0.12 libraries are 
  24. available separately (see http://www.andymac.org/libraries.html).
  25.  
  26. The Scripts subdirectory of this archive contains copies of the example 
  27. scripts from the Scripts subdirectory of the original source archive. 
  28.  
  29. Please let me know if you encounter any problems with the installation 
  30. package - bug reports about PIL should be sent to the Image-SIG mailing 
  31. list (image-sig@python.org, for info about subscribing see README.PIL).  
  32.  
  33. PLEASE NOTE: Pythonware _DON'T_ provide commercial support for this OS/2 
  34. PIL port, and I'm not in a position to do so either.
  35.  
  36. This software is provided 'as-is', without any express or implied warranty.
  37. In no event will the packager be held liable for any damages arising from 
  38. the use of the software.
  39.  
  40. Andrew MacIntyre
  41. andymac@bullseye.apana.org.au
  42. http://www.andymac.org/
  43. December 25, 2001.
  44.  
  45.