2 LibImaging, Programming, Image processing library    LibImaging V1.1.4 # http://www.vsm.com.au/ftp/jfp/kits/ 2  Tous droits rservs 2003 Jean-Franois PIRONNE  a LibImaging is a image processing library which supports many file formats, and provides powerful  c image processing and graphics capabilities and used by several software packages, including Python.   d By default, the installation procedure installs this library package in the SYS$COMMON:[LIBIMAGING] ` directory. To install it in another directory, dev:[dir], use the /DESTINATION parameter of the a PRODUCT command. In this case, the library package will be installed in the dev:[dir.LIBIMAGING]  
 directory.   Installation  H    1. Make the directory which holds the ZIP file your default directory0    2. Extract the PCSI kit from the ZIP archive.  % $ UNZIP "-V" LIBIMAGING-V0101-4-1.ZIP   =    3. Install the library package to your chosen destination.   ' $ PRODUCT INSTALL libimaging  (default)      or ...  3 $ PRODUCT INSTALL libimaging /DESTINATION=dev:[dir]   R    4. Finally, run the DCL procedure STARTUP.COM to define the necessary logicals.  I (You might want to add the relevant line to your SYSTARTUP_VMS.COM file.)   , $ @SYS$COMMON:[LIBIMAGING]STARTUP  (default)   or ...   $ @dev:[dir.LIBIMAGING]STARTUP    