description.rst.txt 333 B

1234567891011121314151617181920212223
  1. Description
  2. ============
  3. Installation
  4. ------------
  5. Just install package using pip
  6. >>> pip install ipfml
  7. How to use ?
  8. ------------
  9. To use, simply do :
  10. >>> from PIL import Image
  11. >>> from ipfml import image_processing
  12. >>> img = Image.open('path/to/image.png')
  13. >>> s = image_processing.get_LAB_L_SVD_s(img)