Skip to content
/ Guybrush Public

A simple script to generate Monkey Island images with custom text embedded

License

Notifications You must be signed in to change notification settings

apoz/Guybrush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guybrush script

This is just an attempt to make an script for generating Monkey Island style images with custom text on them.

Dependencies

  • We will use Pillow python library. It requires the following dependencies:
brew install libtiff libjpeg webp little-cms

Then install Pillow with:

$ pip install Pillow

Brew is having issues to install libpng, I've got to check further...

More information can be found in the following link: https://pillow.readthedocs.org/en/3.0.x/installation.html#os-x-installation

Example of use

python ./guybrush/guybrush.py -i imgs/Sample_1.jpg -o imgs/test33.png "Yo soy cola, tu pegamento"

Which outputs to:

alt tag

https://raw.githubusercontent.com/apoz/Guybrush/master/imgs/test33.png

TO DO

  • Multi-line text support
  • Additional fonts
  • Animated gifs?
  • Stop wasting my life?

About

A simple script to generate Monkey Island images with custom text embedded

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages