Skip to content

v0.0.1

Compare
Choose a tag to compare
@not-lain not-lain released this 26 Mar 03:14
· 45 commits to main since this release
34216f6

first release of the loadimg library

the library allows you to load images of any types

how to use

simply use the following code

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 █████░