Skip to content
Imagin edited this page May 31, 2022 · 15 revisions

To get started, download the source on GitHub or head over to nuget.

Requirements

  • .NET Framework 4.8

Install

Install with binaries

  1. Visit the main project page.
  2. Download the source code.
  3. Unzip the downloaded file.
  4. Open the main solution file (this contains everything included in the project).
  5. Build the solution.
  6. Reference Imagin.Core.dll found in ..\Imagin.Core\bin\Debug.

Install with Nuget (coming soon!)

  1. Download and install Nuget.
  2. Open your project solution file.
  3. From the menu, navigate to Tools/Library Package Manager/Package Manager Console.
  4. Run the command Install-Package Imagin.Core -Version *.0.0.

Usage

Reference the project using the namespace prefix

Imagin.Core
Clone this wiki locally