Skip to content

A simple processing Sketch that gives to photos a graphic effect like the cover of "Unknow pleasure" by Joy Division. It also create a gif!

Notifications You must be signed in to change notification settings

Jaeger87/Unknow-pleasure-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unknow pleasure processing

This sketch is my custom version of this sketch from this Reddit discussion started by u/d_ynamic. (He share his original version in this gist)

               

It also generate the frames for creating a gif.

And it is possible to change the colors:

                               

To use it, start with a grayscale image, remove the unecessary background (it only creates noise in the image) and than save this image as image.png. Than put this image in the sketch folder, run the sketch and it create the output image and a folder with all the frames for build the gif. To make my own gif i used (https://ezgif.com/) that as the name says is easy to use it!

To customize the output, just change this values as you want.

color backgr = 255;
color linesColor = 0;
float step = 66.0f;
float wavePeriod = 4f;

About

A simple processing Sketch that gives to photos a graphic effect like the cover of "Unknow pleasure" by Joy Division. It also create a gif!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published