[FEATURE] Optionally close images to save RAM #197
Labels
enhancement
New feature or request
nearfuture
not required now, but will be important soon
wishlist
Non-urgent better-ification
Is your feature request related to a problem? Please describe.
I'm always frustrated when I run out of ram. Sometimes this is the fault of the code, because it opens all the images and that can be a large cumulative size for N00 images in a night.
Describe the solution you'd like
I think we should at least have the option of writing images to a temp file rather than keeping it in RAM. You could have a custom
get_data()
method in the newly-designedImage
object class (#196 is a prerequisite to this) to manage this.Describe alternatives you've considered
Always opening/closing images, but that would be slower for some N images.
The text was updated successfully, but these errors were encountered: