File tree 3 files changed +4
-3
lines changed
Specific/GdiPlus/KGySoft.Drawing
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ changes are compared to KGySoft.Drawing v6.3.2. Breaking changes can be interpre
24
24
! The DrawingProgress struct has been removed. It is replaced by KGySoft.Threading.AsyncProgress<T> from the
25
25
KGySoft.CoreLibraries assembly.
26
26
! The AsyncConfigBase, AsyncConfig and TaskConfig classes and the IAsyncContext interface have been replaced by the
27
- identically named types ones from the KGySoft.Threading namespace in the KGySoft.CoreLibraries assembly.
27
+ identically named types from the KGySoft.Threading namespace in the KGySoft.CoreLibraries assembly.
28
28
29
29
! KGySoft.Drawing.Imaging namespace
30
30
===================================
Original file line number Diff line number Diff line change @@ -139,10 +139,11 @@ Find the project site at [kgysoft.net](https://kgysoft.net/drawing/)
139
139
140
140
## Release Notes
141
141
142
- Starting with version 7.0.0 each packages have their own change logs:
143
142
* [ KGySoft.Drawing.Core change log] ( https://github.com/koszeggy/KGySoft.Drawing/blob/master/KGySoft.Drawing.Core/changelog.txt )
144
143
* [ KGySoft.Drawing change log] ( https://github.com/koszeggy/KGySoft.Drawing/blob/master/Specific/GdiPlus/KGySoft.Drawing/changelog.txt )
145
144
* [ KGySoft.Drawing.Wpf change log] ( https://github.com/koszeggy/KGySoft.Drawing/blob/master/Specific/Wpf/KGySoft.Drawing.Wpf/changelog.txt )
145
+ * [ KGySoft.Drawing.Uwp change log] ( https://github.com/koszeggy/KGySoft.Drawing/blob/master/Specific/Uwp/KGySoft.Drawing.Uwp/changelog.txt )
146
+ * [ KGySoft.Drawing.WinUI change log] ( https://github.com/koszeggy/KGySoft.Drawing/blob/master/Specific/WinUI/KGySoft.Drawing.WinUI/changelog.txt )
146
147
147
148
## Examples
148
149
Original file line number Diff line number Diff line change 26
26
! The DrawingProgress struct has been removed. It is replaced by KGySoft.Threading.AsyncProgress<T> from the
27
27
KGySoft.CoreLibraries assembly.
28
28
! The AsyncConfigBase, AsyncConfig and TaskConfig classes and the IAsyncContext interface have been replaced by the
29
- identically named types ones from the KGySoft.Threading namespace in the KGySoft.CoreLibraries assembly.
29
+ identically named types from the KGySoft.Threading namespace in the KGySoft.CoreLibraries assembly.
30
30
! BitmapExtensions class:
31
31
! CloneCurrentFrame method returns a Bitmap with Format24bppRgb pixel format for CMYK sources.
32
32
+ ImageExtensions class:
You can’t perform that action at this time.
0 commit comments