jamesbowman / openexrpython

OpenEXR bindings for Python
Other
94 stars 35 forks source link

int overflow errors #10

Open jamesbowman opened 7 years ago

jamesbowman commented 7 years ago

Bug report via email, that writing a 23386x23386px fails due to int overflow errors.

Would be better to do the relevant arithmetic at unsigned PY_LONG_LONG.