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

MagickWriter in generic writer #1306

Merged
merged 15 commits into from
Feb 4, 2018

Conversation

kerautret
Copy link
Member

@kerautret kerautret commented Feb 1, 2018

PR Description

To follow the @dcoeurjo PR with the new MagickWriter. We can now export color image using generic writer.

Checklist

  • Unit-test of your feature with Catch.
  • Doxygen documentation of the code completed (classes, methods, types, members...)
  • Documentation module page added or updated.
  • New entry in the ChangeLog.md added.
  • No warning raised in Debug cmake mode (otherwise, Travis C.I. will fail).
  • All continuous integration tests pass (Travis & appveyor)

@dcoeurjo
Copy link
Member

dcoeurjo commented Feb 1, 2018

🎉🎉

@kerautret
Copy link
Member Author

It should also fix travis from the gcc internal error 🌟✨



nbok += ok1 && okh5 && okh5bis && ok2 && ok3 && ok3bis && ok4 & ok5 & ok6 & ok7 ? 1 : 0;
nbok += ((ok1 && okh5 && okh5bis && ok2 && ok3 && ok3bis && ok4 && ok5 && ok6 && ok7 && ok8 && ok9) ? 1 : 0);
Copy link
Member

Choose a reason for hiding this comment

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

at some point, I'd be nice to switch to Catch ;)

@dcoeurjo
Copy link
Member

dcoeurjo commented Feb 4, 2018

THanks. Merging

@dcoeurjo dcoeurjo merged commit 601e494 into DGtal-team:master Feb 4, 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.

None yet

2 participants