Thank you for the amazing OpenEXR 3.3 release — it's so much more streamlined, faster, and makes life so much easier 👏 One important feature I'm missing is loading and saving EXRs from/to memory ...
from urllib.request import urlopen import gzip import io gzip_url = 'https://datasets.imdbws.com/name.basics.tsv.gz' with urlopen(gzip_url) as response: gzip_bytes ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results