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 !
it supports jpeg xr, , can read can read filenames, file objects, http, zipfiles, bytes, webcams.
Comments
Post a Comment