first release of the loadimg library
the library allows you to load images of any types
how to use
simply use the following code
python
from loadimg import load_img
load_img(any_img_type) outputs a pillow image
currently supports the following inputs : [str, url, numpy arrays, pillow images ]
future releases will be focused around supporting more input types and allowing you to specify what output type you wish for.
if you loved the library and you want to support me, a simple star to the repo helps a lot 🤗
**LOADIMG FUTURE RELEASES █████░**