diff --git a/README.md b/README.md index 3cc6116..9e63a7a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The framework sets focus on .NET native array as primary imaging object, offers + DotImaging.GenericImage - + .NET image array extensions. Color and depth conversions. Slim unmanaged structure for fast pixel manipulation. > **Tutorial:** Portable Generic Image @@ -140,7 +140,9 @@ UI.ShowMenu(itemNames: new string[] { "2", "3" }, actions: new Action[] { () => num = 2, () => num = 3 }); //menu-dialog ``` -+ DotImaging.Drawing ++ + DotImaging.Drawing + .NET image drawing array extensions. ``` csharp @@ -174,7 +176,8 @@ var modifiedImage = image.AsEnumerable() ``` csharp Console.WriteLine(Platform.RunningPlatform); //Windows, Linux, MacOS -Platform.AddDllSearchPath(); //add the "UnmanagedLibraries///" to the path (e.g. UnmanagedLibraries/Windows/x64) +//add the "UnmanagedLibraries///" to the path (e.g. UnmanagedLibraries/Windows/x64) +Platform.AddDllSearchPath(); ```