Skip to content

The Emoji Dojo is meant to be a storage space for scripts relevant to manipulating small images (aka emojis) in some way for custom use (like in Slack's custom emojis).

License

Notifications You must be signed in to change notification settings

iansantagata/Emoji-Dojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

Emoji Dojo

This repository is meant to be a storage space for scripts relevant to manipulating small images (aka emojis) in some way.

Here are some examples:

  • Want to take an image like this heart ❤️ and make it shimmer through all colors of the rainbow? Try partify.sh!
  • Want to take an image like this 8-ball 🎱 and make it move to look like it's being shaken? Try intensify.sh!
  • Want to take an image like this car 🚗 and make it move horizontally to appear like its driving? Try train.sh!
  • Want to take an image like this upside-down face 🙃 and rotate it so its right-side up? Try rotate.sh!
  • Want to take an image like this dizzy face 😵 and make it spin in a circle? Try spin.sh!
  • Want to convert your image file from a .jpg to a .png? Try convert.sh!
  • And more! 🌶️

If there is something missing here that you think could be used, feel free to add an issue or a pull request!

Usage

Simply clone this repository locally and execute any of the scripts in the scripts folder.

All scripts in this repository are meant to be run using your shell locally (sh, bash, zsh, ksh, etc).

Each script has usage instructions at the top of the file.

More technical details can be found for each SCRIPT_NAME by running scripts/SCRIPT_NAME.sh --help in your shell when at the root of the cloned repository.

Dependencies

The scripts in this repository require Image Magick to function properly.

About

The Emoji Dojo is meant to be a storage space for scripts relevant to manipulating small images (aka emojis) in some way for custom use (like in Slack's custom emojis).

Topics

Resources

License

Stars

Watchers

Forks

Languages