Skip to main content
Participant
December 12, 2005
Question

interpolate2d question.

  • December 12, 2005
  • 1 reply
  • 292 views
We are working on a cross platform plugin. We are calling interpolate2DProc on our preview channels to scale our preview (our preview uses channels that we have created to show the effect of a algorithm on export).

On the windows side we this works great no matter how many times we call it. However, on the Mac in OSX, we can only call it once then when we call it again we get 0 returned back from the call but the channel's data has not been modified.

Is there a problem with this call in CS2 and on the Mac? Are we supposed to call somehting else to reset a state? Is there an example using the ImageServiceProcs anywhere new or old?

Scott Andrew
This topic has been closed for replies.

1 reply

Chris Cox
Legend
March 21, 2006
No, the call works the same on both platforms.

Somewhere your code is not calling it the same, or is corrupting data differently, on each platform.