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

Removed Extraneous Matrix Check in CalRGB Conversion #9946

Merged
merged 1 commit into from
Aug 2, 2018

Conversation

brianholle
Copy link

This PR contains fixes for issue #9940 . There was an extraneous matrix value check during CalRGB conversion which was not needed. This check was resetting the matrix values to their defaults and distorting the colors of the output file.

@brendandahl brendandahl self-requested a review August 1, 2018 18:19
@brendandahl brendandahl self-assigned this Aug 1, 2018
@brendandahl
Copy link
Contributor

/botio test

@pdfjsbot
Copy link

pdfjsbot commented Aug 1, 2018

From: Bot.io (Linux m4)


Received

Command cmd_test from @brendandahl received. Current queue size: 0

Live output at: http://54.67.70.0:8877/0a9a28a2d0952f5/output.txt

@pdfjsbot
Copy link

pdfjsbot commented Aug 1, 2018

From: Bot.io (Windows)


Received

Command cmd_test from @brendandahl received. Current queue size: 0

Live output at: http://54.215.176.217:8877/aa23da89d6872cd/output.txt

@pdfjsbot
Copy link

pdfjsbot commented Aug 1, 2018

From: Bot.io (Linux m4)


Success

Full output at http://54.67.70.0:8877/0a9a28a2d0952f5/output.txt

Total script time: 19.38 mins

  • Font tests: Passed
  • Unit tests: Passed
  • Regression tests: Passed

@pdfjsbot
Copy link

pdfjsbot commented Aug 1, 2018

From: Bot.io (Windows)


Success

Full output at http://54.215.176.217:8877/aa23da89d6872cd/output.txt

Total script time: 27.69 mins

  • Font tests: Passed
  • Unit tests: Passed
  • Regression tests: Passed

Copy link
Contributor

@brendandahl brendandahl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, one tiny change though. Please update the commit message to describe your changes or what you're fixing instead of just referencing the issue number. That makes it easier to read the logs and see what's going on.

@brianholle
Copy link
Author

brianholle commented Aug 1, 2018 via email

@timvandermeij timvandermeij changed the title Fix for issue 9940 Removed Extraneous Matrix Check in CalRGB Conversion Aug 1, 2018
@timvandermeij
Copy link
Contributor

Unfortunately we just merged two other pull requests and that caused a merge conflict in the .gitignore file. Could you resolve that in your PR? I think the patch is good to go after that is done. Thank you!

@timvandermeij
Copy link
Contributor

I forgot to mention https://github.com/mozilla/pdf.js/wiki/Squashing-Commits (merge commit case) so that you can rebase without having a merge commit inbetween. The objective is to have only one commit in this PR to keep the history clean.

@brianholle brianholle force-pushed the CalRGB_Conversion_Fix branch from cbc80a1 to 2a665eb Compare August 2, 2018 17:17
Copy link
Contributor

@brendandahl brendandahl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good thx!

@brendandahl
Copy link
Contributor

/botio makeref

@pdfjsbot
Copy link

pdfjsbot commented Aug 2, 2018

From: Bot.io (Linux m4)


Received

Command cmd_makeref from @brendandahl received. Current queue size: 0

Live output at: http://54.67.70.0:8877/e8d3a5e3256c921/output.txt

@pdfjsbot
Copy link

pdfjsbot commented Aug 2, 2018

From: Bot.io (Windows)


Received

Command cmd_makeref from @brendandahl received. Current queue size: 0

Live output at: http://54.215.176.217:8877/a6ae942c8b35519/output.txt

@pdfjsbot
Copy link

pdfjsbot commented Aug 2, 2018

From: Bot.io (Linux m4)


Success

Full output at http://54.67.70.0:8877/e8d3a5e3256c921/output.txt

Total script time: 18.30 mins

  • Lint: Passed
  • Make references: Passed
  • Check references: Passed

@pdfjsbot
Copy link

pdfjsbot commented Aug 2, 2018

From: Bot.io (Windows)


Success

Full output at http://54.215.176.217:8877/a6ae942c8b35519/output.txt

Total script time: 23.27 mins

  • Lint: Passed
  • Make references: Passed
  • Check references: Passed

@brendandahl brendandahl merged commit e5e96e4 into mozilla:master Aug 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants