You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Im using pylibtiff to compress and save 3D TIFF images (or multiple page TIFF). After saving about several thousand 3D images, the computer memory used is more than 50GB. It makes computer almost crashed. I think there may be memory leak. The code is following:
tiff = TIFFimage(saveImg, description='')
tiff.write_file(savePath, compression='lzw', verbose=False)
del tiff
Can you check it? Thanks.
The text was updated successfully, but these errors were encountered:
Hi, Im using pylibtiff to compress and save 3D TIFF images (or multiple page TIFF). After saving about several thousand 3D images, the computer memory used is more than 50GB. It makes computer almost crashed. I think there may be memory leak. The code is following:
tiff = TIFFimage(saveImg, description='')
tiff.write_file(savePath, compression='lzw', verbose=False)
del tiff
Can you check it? Thanks.
The text was updated successfully, but these errors were encountered: