description.rst.txt 440 B

12345678910111213141516171819202122232425262728
  1. Description
  2. =====================================
  3. .. image:: _static/ipfml_logo.png
  4. :width: 400 px
  5. :align: center
  6. Installation
  7. ------------
  8. Just install package using pip
  9. .. code:: bash
  10. pip install ipfml
  11. How to use ?
  12. ------------
  13. To use, simply do :
  14. .. code:: python
  15. from PIL import Image
  16. from ipfml.processing import transform
  17. img = Image.open('path/to/image.png')
  18. s = transform.get_LAB_L_SVD_s(img)