images2gif.py for Python 3

I took the images2gif.py class (https://bitbucket.org/bench/images2gif.py) and modified it to work with Python 3.  Most of the work involved moving from str type to bytes.

Code is on github (https://github.com/isaacgerg/images2gif).