image - How to decode JPEG XR files in memory using Python? -


i'm using python 3 process file produced microscope, collection of thousands of jpeg xr compressed images. need read of them memory. i'm reading data in binary mode, saving them in .jxr file , call jxrdecapp.exe convert tiff , read memory. apparently major bottleneck performance because involves lot of file read , write.

from gather, imagemagick delegates task jxrdecapp.exe. using wand wouldn't help, either. right?

then i'm wondering if there way decode jpeg xr in memory using python?

thanks !

imageio?

it supports jpeg xr, , can read can read filenames, file objects, http, zipfiles, bytes, webcams.


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -