diff --git a/package.json b/package.json index f934b62f..a58fc4ed 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,8 @@ "Mart Jansink ", "Lachlan Newman ", "Dennis Beatty ", - "Ingvar Stepanyan " + "Ingvar Stepanyan ", + "Don Denton " ], "scripts": { "install": "node install/check", diff --git a/test/fixtures/expected/flip-and-flop.jpg b/test/fixtures/expected/flip-and-flop.jpg index ce58eadf..44f70f15 100644 Binary files a/test/fixtures/expected/flip-and-flop.jpg and b/test/fixtures/expected/flip-and-flop.jpg differ diff --git a/test/unit/rotate.js b/test/unit/rotate.js index e9e819af..6fa77f4c 100644 --- a/test/unit/rotate.js +++ b/test/unit/rotate.js @@ -417,6 +417,7 @@ describe('Rotation', function () { it('Flip and flop', function (done) { sharp(fixtures.inputJpg) .resize(320) + .flip() .flop() .toBuffer(function (err, data, info) { if (err) throw err;