I understand now, thanks :-) It would however be nice to pass
CIImages with infinite dimensions to a QCRenderer (the composition
would take care of the cropping). Feature request, I suppose?
On Sep 15, 2005, at 11:40 AM, Pierre-Olivier Latour wrote:
It seems that if you try to set a QCRenderer's image input using a
CIImage that has been processed with a CIAffineClamp, QCRenderer
will not handle the CIImage correctly, rendering it black. Is
there some technical reason why this happens, or am I just doing
something incorrect in my code?
Affine Clamp generates an infinite image, you need to Crop it
before passing it to QC