Skip to content

v0.5.0

Latest

Choose a tag to compare

@not-lain not-lain released this 22 Jul 18:34
· 3 commits to main since this release

Loadimg 0.5.0

What's Changed

from loadimg.utils import load_img

url = load_img(img, output_type="url")
from loadimg.utils import load_imgs
images = load_imgs(image_dir, output_type="pil")
for filename, img in images.items():
    print(f"Loaded {filename}: {img}")

New Contributors

LOADIMG FUTURE RELEASES █████░
Full Changelog: v0.4.0...v0.5.0