stefanjudis / grunt-photobox

Grunt plugin for creating screenshots of any site and compare them
MIT License
276 stars 22 forks source link

Diff not working in dev-master with imagemagick #24

Closed danez closed 10 years ago

danez commented 10 years ago

It is working with 0.6.0. old images are also there, so running photobox several times does not fix issue.

Running "photobox:task" (photobox) task

PHOTOBOX STARTED PHOTO SESSION.
started photo session for http://com#1200
started photo session for https://com/login#1200
>> picture of login#1200 taken.
>> picture of http://com#1200 taken.
>> PHOTOBOX FINISHED PHOTO SESSION SUCCESSFULLY.

NOTE: You defined to use ImageMagick, make sure it is installed.

PHOTOBOX STARTED DIFF GENERATION.
started diff for .com#1200
>> Nothing to diff here - no old pictures available.
started diff for com-login#1200
>> Nothing to diff here - no old pictures available.
>> PHOTOBOX FINISHED DIFF GENERATION SUCCESSFULLY.

PHOTOBOX STARTED INDEX FILE GENERATION
>> PHOTOBOX CREATED NEW 'index.html' AT 'data/photobox/'.

Done, without errors.