403-html / df-memes

Simple script which deep fries memes into tremendous piece of art

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

df-memes

Simple script which deep fries memes into tremendous piece of art

Before After
Before After

Usage

First, you need to have installed NodeJS and yarn in your machine. Then in the root project folder please install all dependecies (for now just Jimp).

$ yarn install

Then you can deep fry your memes/images.

If you want to deep fry whole folder (flat structure) of images run script through npm scripts

$ yarn df <path_to_folder>

If you want to deep fry just one image, use node

$ node index.js <path_to_image>

After deep frying your images will land in deep-fried-memes folder in root of the project. Each of image will have df_ prefix.

About

Simple script which deep fries memes into tremendous piece of art

License:MIT License


Languages

Language:JavaScript 100.0%