ndnalibi has asked for the wisdom of the Perl Monks concerning the following question:
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.
Bill
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Loading images in memory
by boftx (Deacon) on Nov 26, 2013 at 18:38 UTC | |
|
Re: Loading images in memory
by Anonymous Monk on Nov 26, 2013 at 18:36 UTC | |
|
Re: Loading images in memory
by taint (Chaplain) on Nov 26, 2013 at 20:25 UTC | |
by Anonymous Monk on Nov 27, 2013 at 15:33 UTC | |
by taint (Chaplain) on Nov 27, 2013 at 17:12 UTC | |
by Anonymous Monk on Nov 27, 2013 at 17:19 UTC | |
by taint (Chaplain) on Nov 27, 2013 at 18:20 UTC |