I'm trying to do something that I think should be pretty simple: load 10 images from a folder and show them one after another. It seems that no matter what I do, I'm at a couple frames per second and the composition is sweating. Image Importer is loading the images from its cache, but honestly what I'd rather have it do is load the images into a queue ONCE (or every x seconds) and not use the Image Importer after that - just cycle through the images using an iterator. Any general advice for someone who, after a few years of using this tool, still can't think in its terms? I'm ready to start doing the whole thing in Objective C (this is only one part of the project - a slideshow is kind of its "idle" mode).
THanks for any help, Rob _______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to [email protected]

