-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
changelog.txt
32 lines (29 loc) · 1.58 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Legend:
! Breaking change
* Compatible change
- Bugfix
+ New feature
===============================================================================
~~~~~~~~~
+ v7.2.0:
~~~~~~~~~
+ KGySoft.Drawing.SkiaSharp namespace
=====================================
+ New SKBitmapExtensions class:
+ New GetReadableBitmapData methods: to get an IReadableBitmapData data for an SKBitmap of any pixel format.
+ New GetWritableBitmapData methods: to get an IWritableBitmapData data for an SKBitmap of any pixel format.
+ New GetReadWriteBitmapData methods: to get an IReadWriteBitmapData data for an SKBitmap of any pixel format.
+ New SKPixmapExtensions class:
+ New GetReadableBitmapData methods: to get an IReadableBitmapData data for an SKPixmap of any pixel format.
+ New GetWritableBitmapData methods: to get an IWritableBitmapData data for an SKPixmap of any pixel format.
+ New GetReadWriteBitmapData methods: to get an IReadWriteBitmapData data for an SKPixmap of any pixel format.
+ New SKImageExtensions class:
+ New GetReadableBitmapData methods: to get an IReadableBitmapData data for an SKImage instance.
+ New SKSurfaceExtensions class:
+ New GetReadableBitmapData methods: to get an IReadableBitmapData data for an SKSurface of any pixel format.
+ New GetWritableBitmapData methods: to get an IWritableBitmapData data for an SKSurface of any pixel format.
+ New GetReadWriteBitmapData methods: to get an IReadWriteBitmapData data for an SKSurface of any pixel format.
+ New SKImageInfoExtensions class
+ New ColorExtensions class
+ ReadableBitmapDataExtensions:
+ New ToSKBitmap methods