FreeImagePy 1.2.2 is available at freeimagepy.sf.net

What is?
   It' a python wrapper for FreeImage, Open Source library for developers
    who would like to support popular graphics image formats.

How work?
   It use a binary freeimage library present on the system and ctypes.

Major changes from 1.2.0:
  New convertToPil function:
   i = FreeImagePy.Image("myImage.ext")
   pil = i.convetToPil()
  Some bugs solved

Michele Petrazzo
_______________________________________________
Image-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to