I am performing a memory useage analysis of my Python program using the Python Memory Validator. It appears that a lot of ‘ImagingCore’ objects are being created and are being held in the program’s memory. I just want to check: what exactly are these objects? Are they PIL image instances? Other photo related objects?
Share
You are correct, the ImagingCore objects underly the presented Image API in PIL.