birm / tiffRead

An exploration of TIFF-likes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resolve Memory Issue

birm opened this issue · comments

commented
offset 1691598846
offset 1651067936
Traceback (most recent call last):
  File "tiffRead.py", line 107, in <module>
    d = expandedRead(f, d, ec)
  File "tiffRead.py", line 58, in expandedRead
    res = file.read(count)
MemoryError
commented

solved with c9055a0