You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Designed to democratize image processing, ImageSharp brings you an incredibly po
22
22
23
23
Compared to `System.Drawing` we have been able to develop something much more flexible, easier to code against, and much, much less prone to memory leaks. Gone are system-wide process-locks; ImageSharp images are thread-safe and fully supported in web environments.
24
24
25
-
Built against .NET Standard 1.3 ImageSharp can be used in device, cloud, and embedded/IoT scenarios.
25
+
Built against .NET Standard 1.3, ImageSharp can be used in device, cloud, and embedded/IoT scenarios.
26
26
27
27
### Documentation
28
28
For all SixLabors projects, including ImageSharp:
@@ -41,15 +41,15 @@ Install stable releases via Nuget; development releases are available via MyGet.
41
41
42
42
The **ImageSharp** library is made up of multiple packages:
43
43
-**SixLabors.ImageSharp**
44
-
- Contains the generic `Image<TPixel>` class, PixelFormats, Primitives, Configuration, and other core functionality.
45
-
- The `IImageFormat` interface, Jpeg, Png, Bmp, and Gif formats.
46
-
- Transform methods like Resize, Crop, Skew, Rotate - Anything that alters the dimensions of the image.
47
-
- Non-transform methods like Gaussian Blur, Pixelate, Edge Detection - Anything that maintains the original image dimensions.
44
+
- Contains the generic `Image<TPixel>` class, PixelFormats, Primitives, Configuration, and other core functionality
45
+
- The `IImageFormat` interface, Jpeg, Png, Bmp, and Gif formats
46
+
- Transform methods like Resize, Crop, Skew, Rotate - anything that alters the dimensions of the image
47
+
- Non-transform methods like Gaussian Blur, Pixelate, Edge Detection - anything that maintains the original image dimensions
48
48
49
49
-**SixLabors.ImageSharp.Drawing**
50
-
- Brushes and various drawing algorithms, including drawing images.
50
+
- Brushes and various drawing algorithms, including drawing images
51
51
- Various vector drawing methods for drawing paths, polygons etc.
52
-
- Text drawing.
52
+
- Text drawing
53
53
54
54
### Build Status
55
55
@@ -117,7 +117,7 @@ Alternatively, you can work from command line and/or with a lightweight editor o
117
117
-[Visual Studio Code](https://code.visualstudio.com/) with [C# Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp)
0 commit comments