scenerygraphics / sciview

sciview is a tool for visualization and interaction with ND image and mesh data
BSD 2-Clause "Simplified" License
67 stars 17 forks source link

Keeping images in cache #134

Closed DaetwylerStephan closed 1 year ago

DaetwylerStephan commented 6 years ago

Sciview seems to keep images in cache. After closing an image and modifying it outside of sciview, sciview does not open the modified version but reopens the old one. Keeping the images too long in buffer, can also lead to full buffers and preventing the opening of new files when the allocated memory is used up.

kephale commented 1 year ago

I'm closing this because almost all of the code that would affect this issue has changed since the original issue was posted. I also believe we would have heard about this issue again.