-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
changelog.txt
57 lines (48 loc) · 1.89 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Legend:
! Breaking change
* Compatible change
- Bugfix
+ New feature
===============================================================================
~~~~~~~~~
* v7.2.0:
~~~~~~~~~
* Common changes
================
* Performance improvements, especially for wide pixel formats.
See also https://github.com/koszeggy/KGySoft.Drawing/blob/master/KGySoft.Drawing.Core/changelog.txt
- KGySoft.Drawing.Wpf namespace
===============================
- PixelFormatExtensions class:
- GetMatchingQuantizer method: The WorkingColorSpace of the returned quantizer is set to Linear if source pixel
format uses the linear color space.
~~~~~~~~~
+ v7.1.0:
~~~~~~~~~
+ KGySoft.Drawing.Wpf namespace
===============================
+ BitmapSourceExtensions class:
+ New GetReadableBitmapData overload with WorkingColorSpace parameter.
+ WriteableBitmapExtensions class:
+ New GetWritableBitmapData overload with WorkingColorSpace parameter.
+ New GetReadWriteBitmapData overload with WorkingColorSpace parameter.
~~~~~~~~~
+ v7.0.0:
~~~~~~~~~
+ KGySoft.Drawing.Wpf namespace
===============================
+ New BitmapSourceExtensions class:
+ New GetReadableBitmapData method: to get an IReadableBitmapData data for all pixel formats.
+ New ConvertPixelFormat/BeginConvertPixelFormat/EndConvertPixelFormat/ConvertPixelFormatAsync methods
+ New WriteableBitmapExtensions class:
+ New GetWritableBitmapData method: to get an IWritableBitmapData data for all pixel formats.
+ New GetReadWriteBitmapData method: to get an IReadWriteBitmapData data for all pixel formats.
+ New PixelFormatExtensions class
+ New GetInfo method
+ New ToKnownPixelFormat method
+ New IsIndexed method
+ New GetMatchingQuantizer method
+ New ToPixelFormat method
+ New ReadableBitmapDataExtensions class
+ New ToWriteableBitmap/BeginToWriteableBitmap/EndToWriteableBitmap/ToWriteableBitmapAsync methods
+ New ColorExtensions class