{"library":"loadimg","title":"loadimg - Image loading utility","description":"loadimg is a Python package for loading images from various sources (local files, URLs, base64 strings) and converting to multiple output types (PIL, numpy, base64, ASCII art, URL). Current version 0.5.0, released 2025-03-18. Active development.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install loadimg"],"cli":null},"imports":["from loadimg.utils import load_img","from loadimg.utils import load_imgs"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from loadimg.utils import load_img\nimg = load_img('https://example.com/image.jpg', output_type='pil')\nprint(type(img))","lang":"python","description":"Load an image from URL as PIL Image.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}