cristeigabriel / speechbubbler

Add speech bubbles to images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speechbubbler

In meme culture, speech bubbling "is the term given to a wide range of exploitable reaction images that have half of a speech bubble added to them [...]".

This project aims to automate speech bubbling into a simple command, whilst also supporting conversion between formats.

How to use

You may run the program through the command npm run start or node index.js and then provide 2 or 3 arguments, respectively:

  • Input file (extension png/jpg/bmp)
  • Output file (extension png/jpg/bmp)
  • Bubble [height] percentage (default: 0.3)

Examples

Inputting static/in.jpg, with default bubbling percentage, we can get, respectively: static/out.png, static/out.jpg, static/out.bmp.

License

ISC license, as it appears to be the most common in npm packages, but if this prevents anyone from modifying or redistributing this piece of code, I will change it per request.

About

Add speech bubbles to images.

License:ISC License


Languages

Language:JavaScript 100.0%