Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/refupanker/customimageformat
- Owner: REFUPANKER
- Created: 2023-08-23T22:19:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-22T21:00:19.000Z (10 months ago)
- Last Synced: 2024-03-22T22:21:28.662Z (10 months ago)
- Topics: bitmap, console, csharp, decryption, encryption
- Language: C#
- Homepage:
- Size: 444 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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