Description ===================================== .. image:: _static/ipfml_logo.png Installation ------------ Just install package using pip .. code:: bash pip install ipfml How to use ? ------------ To use, simply do : .. code:: python from PIL import Image from ipfml import image_processing img = Image.open('path/to/image.png') s = image_processing.get_LAB_L_SVD_s(img)