site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 Just FYI, I've reported all kinds of stupid squeezing, offsetting, etc. bugs like this. And the kind of squeezing seems to even change whether there is an image well/drop zone in the effect or not (even if you are not using it to do anything). Thanks Pete - I'm about to file another one. Have you had any problem fetching a bitmap with getInputBitmap? FxRenderInfo info = { 0 }; info.frame = currentTime; // got from FxCustomParameterActionAPI info.qualityLevel = kFxQuality_HIGH; info.fieldOrder = kFieldOrder_PROGRESSIVE; info.scaleX = info.scaleY = 1; info.depth = kFxDepth_UINT8; FxBitmap *bitmap = NULL; [imageApi getInputBitmap:&bitmap withInfo:info atTime:currentTime]; But bitmap is NULL. This is in Motion. In response to twiddling a checkbox, I need to fetch the current image and do something with it. This is my code (uses the FxTemporalImageAPI): Is this one of those cases where I was supposed to cache the last rendered image and use it instead? _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.ap... This email sent to site_archiver@lists.apple.com