##GifToAnimationDrawable
Converts Animated GIFs to AnimationDrawables.
P.S. Web front-end for this functionality can be found at http://tusharonweb.in/AndroidResourceTools/GifToAnimationDrawable
###Pre-Requisites
- Install imagemagick
- For OS X - Install package from http://cactuslab.com/imagemagick/
- For ubuntu - From terminal, run "sudo apt-get install imagemagick"
###Usage
./gif2animdraw.sh <path_to_gif> <source_density> <comma_seperated_target_densities_without_space> Example ./gif2animdraw.sh giphy.gif hdpi ldpi,xhdpi,xxhdpi