Skip to content

Fun project to improve my rust knowledge 🦀

Notifications You must be signed in to change notification settings

vdusart/cli-gif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI GIF

Small cli tool for displaying gifs in your terminal.

RoadMap - Flags / Feature

I want all the features below to be customizable via flags when the command is run.

Sizes

  • Full Size
  • Reduce scale value
  • Manual size

Colors

  • Grayscale
  • Colors

Display mode

  • ASCII List
  • Unique ASCII char (â–ˆ ASCII 219)

Looping Speed

  • Default speed
  • Original speed
  • Set speed

Sources

  • RGB to grayscale formula:

https://support.ptc.com/help/mathcad/r9.0/en/index.html#page/PTC_Mathcad_Help/example_grayscale_and_color_in_images.html

  • Character representation of grey scale images:

https://paulbourke.net/dataformats/asciiart/

About

Fun project to improve my rust knowledge 🦀

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages