Skip to content

Pixel sorting and image processing algorithm inspired heavily by @kimasendorf, but goes a step further and implements random color mutations to the pixel sorting

Notifications You must be signed in to change notification settings

shmam/ASDFPixelSort_Color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASDFPixelSort_Color

Pixel sorting and image processing algorithm inspired heavily by @kimasendorf, but goes a step further and implements random color mutations to the pixel sorting. This further distorts the image, leading to different effects per usage.

Instructions

  • Select the file name and the extension
String imgFileName = "FullSizeRender";
String fileType = "jpg";
  • Enter the correct dimensions
img = loadImage(imgFileName+"."+fileType);
size(749,1087);
  • Set the mode to 0,1 or 2
int mode = 2;
  • (Optional) Adjust the values following default values
int blackValue = -13000000;
int brigthnessValue = 140;
int whiteValue = -10000000;

Sample Images

All of these images were made using default values.

Original: BLONDE no mutations

Mode 0: BLONDE some mutations Mode 1: BLONDE some mutations

Mode 2: BLONDE some mutations

About

Pixel sorting and image processing algorithm inspired heavily by @kimasendorf, but goes a step further and implements random color mutations to the pixel sorting

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published