Skip to content

Commit

Permalink
Fixes typos in paragraph on image optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
irrelevantat committed Nov 1, 2016
1 parent ab8dc6b commit 53304c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ You can include the original [vector graphics (PDFs)][vector-assets] produced by

### Image optimisation

Xcode automatically tries to optimise resources living in asset catalogs. Developers can choose from lossless and lossy compression algorithms. App icons are an exceptions: Apps with large or unoptimised app icons are known to be rejected by Apple. For app icons and more advanced optimisation of PNG files we recommend using [pngcrush][pngcrush-website] or [ImageOptim][imageoptim-website], its GUI counterpart.
Xcode automatically tries to optimise resources living in asset catalogs (yet another reason to use them). Developers can choose from lossless and lossy compression algorithms. App icons are an exception: Apps with large or unoptimised app icons are known to be rejected by Apple. For app icons and more advanced optimisation of PNG files we recommend using [pngcrush][pngcrush-website] or [ImageOptim][imageoptim-website], its GUI counterpart.

[pngcrush-website]: http://pmt.sourceforge.net/pngcrush/
[imageoptim-website]:https://imageoptim.com/mac
Expand Down

0 comments on commit 53304c2

Please sign in to comment.