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
+14-12
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,35 @@
1
-
# FileFormat.AForge
1
+
# Openize.AForge
2
2
3
-
**FileFormat.AForge** This is a fork of the [AForge.Net](https://github.com/andrewkirillov/AForge.NET) project, which includes the Imaging library. This version has been translated into the NetStandard 2.0 framework, and uses [Aspose.Drawing](https://docs.aspose.com/drawing/net/) as a graphics engine, which allows you to create cross-platform applications using lastest .Net platforms.
3
+
**Openize.AForge** This is a fork of the [AForge.Net](https://github.com/andrewkirillov/AForge.NET) project, which includes the Imaging library. This version has been translated into the NetStandard 2.0 framework, and uses [Aspose.Drawing](https://docs.aspose.com/drawing/net/) as a graphics engine, which allows you to create cross-platform applications using lastest .Net platforms.
4
4
5
5
## Platform dependence
6
6
7
-
FileFormat.AForge can be used to develop applications on Windows Desktop (x86, x64), Windows Server (x86, x64), Windows Azure, Windows Embedded (CE 6.0 R2), as well as Linux x64. The supported platforms include Net Core 3.1, Net6.0, Net7.0, Net8.0.
7
+
Openize.AForge can be used to develop applications on Windows Desktop (x86, x64), Windows Server (x86, x64), Windows Azure, Windows Embedded (CE 6.0 R2), as well as Linux x64. The supported platforms include Net Core 3.1, Net6.0, Net7.0, Net8.0.
8
8
9
-
## New Features & Enhancements in Version 24.9
10
-
- First release
9
+
## New Features & Enhancements in Version 25.2
10
+
- Change FileFormat to Openize
11
+
- Update Aspose.Drawing Engine
11
12
12
-
## Getting Started with FileFormat.AForge for .NET
13
13
14
-
Are you ready to give FileFormat.AForge a try? Simply execute
14
+
## Getting Started with Openize.AForge for .NET
15
+
16
+
Are you ready to give Openize.AForge a try? Simply execute
15
17
16
18
```
17
-
Install-Package FileFormat.AForge
19
+
Install-Package Openize.AForge
18
20
```
19
21
20
22
from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have AForge.Imaging.Net and want to upgrade the version, please execute
21
23
22
24
```
23
-
Update-Package FileFormat.AForge
25
+
Update-Package Openize.AForge
24
26
```
25
27
26
28
to get the latest version.
27
29
28
30
## Product License
29
-
-[FileFormat.AForge is distributed under LGPL license](http://www.gnu.org/licenses/lgpl.html)
30
-
-[Aspose.Drawing .NET is distributed under Aspose EULA license](https://www.conholdate.app/viewer/view/my6hZebP2Hvz3brV/aspose_end-user-license-agreement_2023-11-20.pdf.pdf);
31
+
-[Openize.AForge is distributed under LGPL license](http://www.gnu.org/licenses/lgpl.html)
32
+
-[Aspose.Drawing .NET is distributed under Aspose EULA license](https://www.conholdate.app/viewer/view/4Y8UNm7laVFjMAd0r/aspose_end-user-license-agreement_2024-05-16.pdf);
31
33
32
34
33
35
## Usage example
@@ -40,7 +42,7 @@ System.Drawing.AsposeDrawing.License license = new System.Drawing.AsposeDrawing.
0 commit comments