Re: image squeezes when I apply my template
Re: image squeezes when I apply my template
- Subject: Re: image squeezes when I apply my template
- From: Paul Miller <email@hidden>
- Date: Fri, 05 Aug 2011 14:50:24 -0500
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?
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):
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.
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden