Skip to content

Commit

Permalink
* Removed PNG chunks that was removed by -strip option before.
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Jul 16, 2019
1 parent 5f186a5 commit 3ad9e50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions img/processors/imagemagick.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ var convertOpts = []string{
"-define", "png:compression-filter=5",
"-define", "png:compression-level=9",
"-define", "png:compression-strategy=0",
"-define", "png:exclude-chunk=bKGD,cHRM,EXIF,gAMA,iCCP,iTXt,sRGB,tEXt,zCCP,zTXt,date",
"-define", "webp:method=6",
"-interlace", "None",
"-colorspace", "sRGB",
Expand Down

0 comments on commit 3ad9e50

Please sign in to comment.