Skip to content

Commit

Permalink
do not strip during autoOrient
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Sep 19, 2022
1 parent 8e0f0cb commit 41a2cb9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/convenience/autoOrient.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ module.exports = function (proto) {
// nativeAutoOrient option enables this if you know you have >= 1.3.18
if (this._options.nativeAutoOrient || this._options.imageMagick) {
this.out('-auto-orient');
// this.strip();
return this;
}

Expand All @@ -46,8 +45,6 @@ module.exports = function (proto) {
this._out.unshift.apply(this._out, transforms.concat('-page', '+0+0'));
}

// this.strip();

callback();
});
});
Expand Down

0 comments on commit 41a2cb9

Please sign in to comment.