Skip to content
/ imgio Public

Easy image file reading & writing for Python.

License

Notifications You must be signed in to change notification settings

toaarnio/imgio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgio

Build Status

Easy image file reading & writing for Python. Tested on Python 3.10.

Supported file formats (read/write):

   .pnm
   .pgm
   .ppm
   .pfm
   .png
   .jpg
   .jpeg
   .bmp
   .tif
   .tiff
   .insp
   .npy
   .exr
   .raw
   .hdr

Installing on Linux:

sudo apt install libopenexr-dev
pip install imgio

Installing on Windows:

pip install pipwin
pipwin install pyexr
pip install imgio

Building & installing from source:

git clone <this-repository>
cd <this-repository>
make install

Releasing to PyPI:

make release

About

Easy image file reading & writing for Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published