Skip to content

REFUPANKER/CustomImageFormat

Repository files navigation

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<Color,string>
    if pixel exists :
    updates Value parameter from Dictionary(Key,Value)
    adds x,y cordinate of pixel

Example from first test version