You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix sample code based on improved usage of Image.Translate(). (#39)
The imaging code of the .NET and Java libraries has been updated significantly and now Image.Translate() takes coordinates as one would expect on the page.
Whereas previously the values were based on internally applying the matrix multiplication backwards. Because of this change the sample needs to be updated to
produce the correct output.
Co-authored-by: Richard Gailiunas <[email protected]>
0 commit comments