Skip to content
This repository was archived by the owner on Feb 18, 2021. It is now read-only.

Add shadow to the output diffImage #25

Merged
merged 1 commit into from
Jun 28, 2015

Conversation

richardmcsong
Copy link
Contributor

This allows the user to set a shadow:true tag in options, such that a faint shadow of the original image can be seen in the diff image. This is helpful when screenshots are image-diffed so that reviewers can know exactly which part of the screenshot changed by looking at the diffed image instead of having the find their bearings in the original image.

@twolfson
Copy link
Contributor

I don't understand this PR. Can you please explain it?

@richardmcsong
Copy link
Contributor Author

Sorry! forgot to add a description. I've updated it.

@@ -54,12 +54,13 @@ ImageDiff.createDiff = function (options, cb) {
// http://www.imagemagick.org/script/compare.php
var diffCmd = 'compare';
var diffArgs = [
'compare',
// 'compare',
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we didn't mean to comment out this line =/

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, it looks like that was a duplicate altogether. Can we remove the line instead of commenting it out?

@twolfson
Copy link
Contributor

Left some comments on how to better structure the code. As far as naming goes with "shadow", I don't feel like that gives me the right idea. How about something more focused at opacity or averaging the images? (e.g. underlayImagesAverage)

@richardmcsong
Copy link
Contributor Author

Thanks for the comments! I'll take them into account.
I used the term shadow because that's the term imagemagick used on this page: http://www.imagemagick.org/Usage/compare/

@twolfson
Copy link
Contributor

Ah, k. I guess we should keep shadow for consistency in naming then. Thanks for pointing that out =)

'-compose', 'Src',
'-dissimilarity-threshold', '1',
'-highlight-color', 'RED']
//shadow options if options.shadow is set
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add a space after // and use Sentence casing for options to be consistent with other comments:

// Shadow options if options.shadow is set

@twolfson
Copy link
Contributor

Our dissimilarity threshold comments are getting buried due to a shifting diff. Previous to this PR, both locally and Travis CI have been passing without dissimilarity-threshold. What version of ImageMagick are you running?

compare --version

@twolfson
Copy link
Contributor

One more thing to note is that typically PRs need to be squashed to 1 commit to be landed so we should start squashing on each update to this PR =/

@richardmcsong
Copy link
Contributor Author

the version of imagemagick im running is:
Version: ImageMagick 6.5.4-7 2014-02-10 Q16 OpenMP http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC

@richardmcsong
Copy link
Contributor Author

whoops wrong button

@twolfson
Copy link
Contributor

I am running 6.7.7-10 locally and Travis CI is on 6.6.9-7 (seen from the logs). Can you try upgrading?

https://travis-ci.org/uber/image-diff/jobs/67943987

@richardmcsong
Copy link
Contributor Author

I shouldve squashed everything. I upgraded to 6.9, and found the dissimilarity threshold unnecessary, so thats good.

@twolfson
Copy link
Contributor

Sweet, everything looks good. I am going to open up a follow up PR with an updated README/CHANGELOG to get this landed (weird process due to leaving the organization). I will post here with the PR number to subscribe but this should auto-close when it's landed.

twolfson added a commit to twolfson/image-diff that referenced this pull request Jun 28, 2015
@twolfson
Copy link
Contributor

Alright, #26 has been opened and hopefully this will be published soon =)

@mlmorg mlmorg merged commit 42906a3 into uber-archive:master Jun 28, 2015
mlmorg added a commit that referenced this pull request Jun 28, 2015
Landed #25 with updated CHANGELOG/README
@twolfson
Copy link
Contributor

@064678147 You should be good to go. This has been landed/released in 1.2.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants