Skip to content

dlom/tableau-gif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tableau-gif

Turn gifs into csv files that tableau can read

Download

Here is a direct link to the most current version

Install

tableau-gif is a shell script, so drop it somewhere in your $PATH

You need imagemagick or graphicsmagick to make this work.

Usage

Just run tableau-gif file.gif and a csv file will be created in your cwd. There will be a zipped copy too because the raw csv files are usually very large.

$ tableau-gif rickroll.gif
...
$ ls
rickroll.csv
rickroll.zip

Here's a warning though: The csv file has unix line endings. Tableau appears to handle this just fine, but opening the csv file in notepad or similar text editors could be disastrous.

Using the output with tableau

Super complex steps: Follow these and don't miss anything.

  1. Create a new sheet and connect it with the csv data (just use the defaults, everything should work)
  2. Change x and y from Measures to Dimension (drag) and convert them both to continuous
  3. Drag the x measure onto Columns and y onto Rows.
  4. Make a calculated measure that is the sum of r, g, and b. Drag this calculated measure onto Color
  5. Edit the colors:
  • Click the little colored box, change it to pure black, and click OK.
  • Check Reversed
  • Under Advanced, change Start to 0 and End to 765
  1. Change frame from a Measure to a Dimension
  2. Drag frame to Pages
  3. Wait
  4. Adjust the Size scale for best results
  5. Done! Change frames by changing Pages parameters.
  6. If it didn't work, open a new issue (with a screenshot preferably)

About

Turn gifs into csv files that tableau can read

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages