Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

May be memory Leak when saving many 3D images #105

Open
artzers opened this issue May 9, 2019 · 0 comments
Open

May be memory Leak when saving many 3D images #105

artzers opened this issue May 9, 2019 · 0 comments

Comments

@artzers
Copy link

artzers commented May 9, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant