Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sample code based on improved usage of Image.Translate(). #38

Merged

Conversation

datalogics-josepha
Copy link
Contributor

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.

@datalogics-josepha datalogics-josepha changed the base branch from main to develop September 11, 2024 21:31
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.
@datalogics-rgailiunas datalogics-rgailiunas merged commit a0a6af9 into datalogics:develop Sep 12, 2024
7 of 88 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants