All Projects → sauravtom → giftext

sauravtom / giftext

Licence: other
Convert texts to animated gifs

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to giftext

Gifcurry
😎 The open-source, Haskell-built video editor for GIF makers.
Stars: ✭ 830 (+1786.36%)
Mutual labels:  gifs, imagemagick
RCE-python-oneliner-payload
Python bind shell single line code for both Unix and Windows, used to find and exploit RCE (ImageMagick, Ghostscript, ...)
Stars: ✭ 23 (-47.73%)
Mutual labels:  imagemagick
Walt
🎬 A Swift 3 library for creating gifs and videos from a series of images
Stars: ✭ 44 (+0%)
Mutual labels:  gifs
FlutterLoadingGIFs
Loading indicator GIFs. Material and Cupertino (Android and iOS) loading indicators in assorted sizes. Use as placeholders for loading remote image assets. Demo: https://gallery.codelessly.com/flutterwebsites/loadinggifs/
Stars: ✭ 28 (-36.36%)
Mutual labels:  gifs
resizer
Quick image resizer app for elementary OS
Stars: ✭ 15 (-65.91%)
Mutual labels:  imagemagick
cyan
Cyan Color Converter
Stars: ✭ 68 (+54.55%)
Mutual labels:  imagemagick
comfy-scenes
A rudimentary app for interactive Twitch scenes using Vue.js. It monitors your Twitch channel chat for !commands using Comfy.js (by instafluff and others), plays mp3 files, loads images, and interacts with Vue.js components.
Stars: ✭ 24 (-45.45%)
Mutual labels:  gifs
metalsmith-convert
Convert images with imagemagick (via imagemagick-native).
Stars: ✭ 17 (-61.36%)
Mutual labels:  imagemagick
FuzzImageMagick
Sample files for fuzzing ImageMagick
Stars: ✭ 15 (-65.91%)
Mutual labels:  imagemagick
slitcamera
Bash script to turn video file into slit photo
Stars: ✭ 41 (-6.82%)
Mutual labels:  imagemagick
RobotEyes
Image comparison for Robot Framework
Stars: ✭ 62 (+40.91%)
Mutual labels:  imagemagick
Perspec
Scriptable desktop app to correct the perspective of images
Stars: ✭ 523 (+1088.64%)
Mutual labels:  imagemagick
TGInlineGIF
Telegram Inline tenor gif search bot.
Stars: ✭ 19 (-56.82%)
Mutual labels:  gifs
EasyAlbum
📷 A lightweight, pure-Swift library for pick up photo from your album.
Stars: ✭ 31 (-29.55%)
Mutual labels:  imagemagick
lambda-resize-image
An AWS Lambda Function to resize images automatically with API Gateway and S3 for imagemagick tasks. When an image is called on AWS Api Gateway, this package will resize it and send it to the S3.
Stars: ✭ 56 (+27.27%)
Mutual labels:  imagemagick
Imgbot
An Azure Function solution to crawl through all of your image files in GitHub and losslessly compress them. This will make the file size go down, but leave the dimensions and quality untouched. Once it's done, ImgBot will open a pull request for you to review and merge. [email protected]
Stars: ✭ 1,017 (+2211.36%)
Mutual labels:  imagemagick
FotoKilof
GUI for ImageMagick
Stars: ✭ 114 (+159.09%)
Mutual labels:  imagemagick
blurlock-neofetch
A standard i3lock blur screen, but now with neofetch stats overlayed
Stars: ✭ 17 (-61.36%)
Mutual labels:  imagemagick
gif-msg
Hide 127 bytes in a gif without touching any pixels or colors
Stars: ✭ 26 (-40.91%)
Mutual labels:  gifs
codeigniter-image-magician
🎨 An ImageMagick library for CodeIgniter.
Stars: ✭ 13 (-70.45%)
Mutual labels:  imagemagick

Giftext

Converts text to animated gifs

Demo #1 (blinking animation)

All examples

Demo #2 (typing animation)

All examples

Dependencies

usage: giftext.py [-h] -t TEXT -o SAVEPATH -a ANIMATIONTYPE [-s SPEED]

Giftext v1.0

optional arguments:
  -h, --help            show this help message and exit
  -t TEXT, --text TEXT  text string
  -o SAVEPATH, --savepath SAVEPATH
                        output gif path
  -a ANIMATIONTYPE, --animationType ANIMATIONTYPE
                        Type of animation (typing/static) | Default is static
  -s SPEED, --speed SPEED
                        speed of animation | Default is 8

Example

python giftext.py -t 'hello world' -o foo.gif -a typing
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].