Skip to content

Releases: not-lain/loadimg

v0.1.0

06 Apr 06:58
Compare
Choose a tag to compare

LOADIMG WITH OUTPUT TYPE

it's loadimg nicely 😎
now you can control the output_type when you are loadimg your images
currently supported output_types ["pil","numpy","str"]

LOADIMG FUTURE RELEASES β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘

v0.0.3

26 Mar 03:51
Compare
Choose a tag to compare

LOADIMG FROM PIP

it's loadimg nicely 😎
updated README and fixed link for readme image
now everyone visiting pypi should see the loadimg image.
to download the package all you have to do is

pip install loadimg

LOADIMG FUTURE RELEASES β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘

v0.0.2

26 Mar 03:41
4451bfb
Compare
Choose a tag to compare

we don't talk about it

v0.0.1

26 Mar 03:14
34216f6
Compare
Choose a tag to compare

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 β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘