Is there a way to load an image into memory and access that image from memory?
I have a script that creates thousands of images based upon the same base images and I am trying to optimize the program. In other programs I've been able to store reference to objects in an array that sped up the program, but in that case the final output was a large PDF with multiple pages. In this case the images are opened, combined and then saved over and over.
I've tried using open and read but I cannot reference this in my script due to the encoded data (which includes " and ` characters)
Any help would be appreciated.
BillIn reply to Loading images in memory by ndnalibi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |