Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/refupanker/customimageformat

Creating basic image format with CSharp
https://github.com/refupanker/customimageformat

bitmap console csharp decryption encryption

Last synced: about 2 months ago
JSON representation

Creating basic image format with CSharp

Awesome Lists containing this project

README

        

# Custom Image Format `(Test 1)`
Creating basic image format with CSharp

#### Using
- System.Drawing.Common `7.0.0`

### How it works
1. Reads image pixel by pixel
2. Adds pixels into `Dictionary`
`if pixel exists` :
updates `Value` parameter from `Dictionary(Key,Value)`
adds x,y cordinate of pixel

## Example from first test version