Skip to content

Remove full-size texture from memory to reduce usage

GDR! requested to merge gjedeer/giara:master into master

This pull request should fix the problems with memory usage mentioned in issue #99.

It deletes the texture from PictureView after the preview has been rendered.

I did not measure the usage very strictly but it seems much lower.

Merge request reports