Hello All,
I have a vi (photo and vi enclosed) that reads some JPEG files and converts them to an array of images. The input is an array of jpeg image filenames to load. Since some of the jpeg image filenames repeat, I set up the loop to only load each file once in hopes of speeding the process and conserving memory. This generally works, however, the loop occasionally runs very slow (more than 30 seconds). Other times, it executes right away. I'm thinking this is some sort of memory allocation or swapping issue. Does anyone have suggestions on how to get a handle on the slow execution issue? It SEEMS like the holdup is in the "Draw Flattened Pixmap" vi.
I do see better results on a newer machine (more memory/cpu power). I am hoping not to have to replace the machine that normally runs this though.
Thanks,
-Ted