Re: Resolution
Re: Resolution
- Subject: Re: Resolution
- From: Peter Litwinowicz <email@hidden>
- Date: Fri, 29 Jul 2011 12:41:58 -0700
- Thread-topic: Resolution
From Nathan: On 07/29/2011 02:11 PM, Peter Litwinowicz wrote: seeing a similar issue here, but it seems to only affect images
retrieved from input wells through the FxParameterRetrievalAPI -- the main input is coming out unscaled. We're using software rendering as well.
Thanks Nathan:
What I'm seeing: FCP calls: - (BOOL)renderOutput:(FxImage *)outputImage
withInput:(FxImage *)inputImage
withInfo:(FxRenderInfo)renderInfo) Then I call NSUInteger inHeight = [inputImage height];
NSUInteger inWidth = [inputImage width];
inWidth is indeed 1280 and inHeight is indeed 720.
I see that the 2 images passed to me from FCP , outputImage and InputImage are 1280x720 when I apply my 1920x1080 template to a 1280x720 image.
However, then I call parmsApi = [_apiManager apiForProtocol:@protocol(FxParameterRetrievalAPI)]; isSuccessful = [parmsApi getBitmap:&otherMap
layerOffsetX:nil
layerOffsetY:nil
requestInfo: renderInfo
fromParm: kLayerParamID
atTime:t]; NSUInteger srcHeight = [otherMap height];
NSUInteger srcWidth = [otherMap width];
Then srcWidth is 1920 and srcHeight is 1080.
I'm stumped as to why I see what I see and you are not seeing that. :-(
Pete
|
_______________________________________________
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