/Pixelate

Blends image pixels in custom dimensions.

Primary LanguageC#

Pixelate images

Blends image pixels in custom dimensions.

drawing drawing


drawing drawing


drawing drawing

Setup

Install dotnet core 3.1

dotnet build

Run

Copy an image to this directory

dotnet run [image] [pixelWidth] [pixelHeight]

For example:

dotnet run samples/sunday.jpg 75 1200

The resuting image is saved as result.jpg