Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 440 Bytes

description.rst

File metadata and controls

28 lines (18 loc) · 440 Bytes

Description

image

Installation

Just install package using pip

pip install ipfml

How to use ?

To use, simply do :

from PIL import Image
from ipfml.processing import transform
img = Image.open('path/to/image.png')
s = transform.get_LAB_L_SVD_s(img)