not-lain / loadimg

a python package for loading images
Apache License 2.0
17 stars 4 forks source link

loadimg

Downloads

A python package for loading images

How to use

Installation

pip install loadimg

Usage

from loadimg import load_img
load_img(any_img_type_here,output_type="pil",input_type="auto") 

Supported types

loadimg

Contributions