Hello Folks,I'm working on a composition that's based on Image Flow, but that gets its list of images from an application, rather than by reading them from a directory.
I've been running into what seems like a basic problem - I need to take an input list of images, modify them, and output the result as a new list.
Everything I've seen so far uses a rather hackish chunk of JavaScript to perform that function when reading images from a directory, but I can't seem to make it work without the image downloader.
I started with the script published at http://himiko.dnsalias.net/twiki/bin/view/Main/QuartzComposer#Reading_Images_from_a_directory .
I modified the script to assume that the input list would contain images (rather than URLs), and simply output the input images one at a time.
I then tied "outputCurrentImage" to "inputPreviousImage" through a "Image Transform" patch.
Unfortunately, It doesn't seem to work, and I don't understand why.I've attached a simple composition that I'm using to test the script. If someone could point out what I'm missing, I'd really appreciate it.
Thanks, Ron Aldrich Software Architects, Inc.
Doesn't Work.qtz
Description: application/quartzcomposer
_______________________________________________ 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]

