Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unknown6656-megacorp/unknown6656.imaging

A library containing basic image transformation and creative processing functions.
https://github.com/unknown6656-megacorp/unknown6656.imaging

Last synced: 2 days ago
JSON representation

A library containing basic image transformation and creative processing functions.

Awesome Lists containing this project

README

        

[![Build status](https://ci.appveyor.com/api/projects/status/############?svg=true)](https://ci.appveyor.com/project/Unknown6656-Megacorp/Unknown6656.#####)
[![releases](https://img.shields.io/github/downloads/Unknown6656-Megacorp/Unknown6656.#####/total)](https://github.com/Unknown6656-Megacorp/Unknown6656.#####/releases)
[![nuget package](https://img.shields.io/nuget/vpre/Unknown6656.#####)](https://www.nuget.org/packages/Unknown6656.#####/)
[![nuget downloads](https://img.shields.io/nuget/dt/Unknown6656.#####)](https://www.nuget.org/packages/Unknown6656.#####/)
![issues](https://img.shields.io/github/issues/Unknown6656-Megacorp/Unknown6656.#####)
![repo size](https://img.shields.io/github/repo-size/Unknown6656-Megacorp/Unknown6656.#####)
![downloads](https://img.shields.io/github/downloads/Unknown6656-Megacorp/Unknown6656.#####/total)
![forks](https://img.shields.io/github/forks/Unknown6656-Megacorp/Unknown6656.#####)
![stars](https://img.shields.io/github/stars/Unknown6656-Megacorp/Unknown6656.#####)

# Unknown6656.Imaging
A library containing basic image transformation and creative processing functions.

## Installation
Use one of the follwing methods to install and use this library:

- **Package Manager:**
```batch
PM> Install-Package Unknown6656.Imaging
```
- **.NET CLI:**
```batch
> dotnet add package Unknown6656.Imaging
```
- **Package reference** (e.g. in a `.csproj`/`.vbproj`/`.fsproj` project file):
```xml

```
- **Paket CLI:**
```batch
> paket add Unknown6656.Imaging
```
- **F# Interactive:**
```fsharp
#r "nuget: Unknown6656.Imaging, *"
```

## Documentation and Usage
```csharp
using Unknown6656.Imaging;
```

[TODO]

### Code samples
[TODO]