Skip to content

Commit

Permalink
Remove tiff option from gatsby-plugin-sharp as it's converting all im…
Browse files Browse the repository at this point in the history
…ages to tiff
  • Loading branch information
KyleAMathews committed Feb 16, 2018
1 parent f949ea6 commit bbf4787
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/gatsby-plugin-sharp/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ const processFile = (file, jobs, cb) => {
quality: args.quality,
force: args.toFormat === `webp`,
})
.tiff({
quality: args.quality,
})

// grayscale
if (args.grayscale) {
Expand Down

0 comments on commit bbf4787

Please sign in to comment.