Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

loadimg

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loadimg

a python package for loading images

  • 0.3.5
  • PyPI
  • Socket score

Maintainers
1

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

  • Currently supported input types - numpy, pillow, str(both path and url), base64, auto
  • Currently supported output types - numpy, pillow, str, base64

loadimg

Contributions

  • thanks to @KingNish24 for improving base64 support and adding the input_type parameter
  • thanks to @Saptarshi-Bandopadhyay for supporting base64 and improving the docstrings
  • thanks to @Abbhiishek for improving image naming

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc