@ -13,10 +13,10 @@
[](https://twitter.com/intent/tweet?hashtags=imagesharp,dotnet,oss& text=ImageSharp.+A+new+cross-platform+2D+graphics+API+in+C%23& url=https%3a%2f%2fgithub.com%2fJimBobSquarePants%2fImageSharp& via=james_m_south)
| |Build Status|Code Coverage|Static Analysis|
|-------------|:----------:|:-----------:|:-------------:|
|**Linux/Mac**|[](https://travis-ci.org/JimBobSquarePants/ImageSharp)|[](https://codecov.io/gh/JimBobSquarePants/ImageSharp)|[](https://scan.coverity.com/projects/11242)|
|**Windows** |[](https://ci.appveyor.com/project/JamesSouth/imagesharp/branch/master)|[](https://codecov.io/gh/JimBobSquarePants/ImageSharp)|[](https://scan.coverity.com/projects/11242)|
| |Build Status|Code Coverage|
|-------------|:----------:|:-----------:|
|**Linux/Mac**|[](https://travis-ci.org/JimBobSquarePants/ImageSharp)|[](https://codecov.io/gh/JimBobSquarePants/ImageSharp)|
|**Windows** |[](https://ci.appveyor.com/project/JamesSouth/imagesharp/branch/master)|[](https://codecov.io/gh/JimBobSquarePants/ImageSharp)|
### Installation
@ -30,7 +30,7 @@ We already have a [MyGet package repository](https://www.myget.org/gallery/image
The **ImageSharp** library is made up of multiple packages, to make **ImageSharp** do anything useful you will want to make sure you include at least one format as a dependency otherwise you will not be able to save/load any images.
Packages include;
Packages include:
- **ImageSharp**
Contains the Image classes, Colors, Primitives, Bootstrapper, IImageFormat interface, and other core functionality.
- **ImageSharp.Formats.Jpeg**