loadimg

a python package for loading images


License
Apache-2.0
Install
pip install loadimg==0.1.2

Documentation

loadimg

a python package for loading images

how to use

installation

pip install loadimg

usage

from loadimg import load_img
load_img(any_img_type_here,output_type="pil") 
# currently supported input types [numpy, pillow, str(both path and url)]
# currently supported output types [numpy, pillow,"str"]

loadimg