A library containing basic image transformation and creative processing functions.
Use one of the follwing methods to install and use this library:
- Package Manager:
PM> Install-Package Unknown6656.Imaging
- .NET CLI:
> dotnet add package Unknown6656.Imaging
- Package reference (e.g. in a
.csproj
/.vbproj
/.fsproj
project file):<PackageReference Include="Unknown6656.Imaging" Version="*" />
- Paket CLI:
> paket add Unknown6656.Imaging
- F# Interactive:
#r "nuget: Unknown6656.Imaging, *"
using Unknown6656.Imaging;
[TODO]
[TODO]