From 8f6981e2f025e35a64ea52177dc4e1c7bc1f105c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darko=20Juri=C4=87?= Date: Thu, 28 Jan 2016 04:12:30 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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(); ```