Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/unknown6656-megacorp/unknown6656.imaging
- Owner: Unknown6656-Megacorp
- License: agpl-3.0
- Created: 2024-07-28T06:58:40.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-26T07:22:47.000Z (3 months ago)
- Last Synced: 2024-08-26T23:17:55.201Z (3 months ago)
- Language: C#
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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]