If I connect a Image Importer patch to an Image Transform patch, and scale up the image size, the Image Importer patch is clever enough to know its output size. That is, if I take a tiny vector-based pdf image, but scale it up to fill the screen, the resulting image is dynamically re-rendered at the appropriate resolution.
How can I persuade a QCPlugInOutputImageProvider to do the same thing? There appears to be no way of finding out the destination size, and the image bounds that are passed into renderWithCGLContext/renderToBuffer are just the bounds that I provide in the imageBounds method. _______________________________________________ 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]

