Git Product home page Git Product logo

stippling's Introduction

This project is inspired by the work of Robert Hodgin, who has done a much more impressive stippling program that you can find here. I used this program to create a self-portrait that I posted to my tumblr here. It looks way better if you just run the app and look at it being rendered live; I had to crunch the image a lot to get it to fit on Tumblr which has a max gif size of 1MB (unless you want to host the image yourself, which I didn't want to have to do).

Here's an example of the output:

my stupid face

And the original image:

unprocessed

As you can see, the source image is totally terrible and I have bags under my eyes from going to a wedding the night before, but I don't have a copy of Photoshop or anything like that and the result was still pretty fun. The Processing program is able to turn its output into a series of uncompressed png images saved at regular frame intervals. I then run these frames through Imagemagick to create an animated gif. The specific incantation used to generate the example image is as follows: convert -delay 10 -size 500x500 -colors 2 -loop 0 *.png out.gif

stippling's People

Contributors

jordanorelli avatar

Watchers

James Cloos avatar Philippe Ombredanne avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.