Fixed RGB modes silently depending on RGB images
Thanks to [Chris_J_Baird](https://twitter.com/Chris_J_Baird) on Twitter [reporting the issue](https://twitter.com/i/web/status/1149331458189737988):
> ColorSSTV.encode_line assuming its gets a tuple from `__getpixel__` had to make the `Image.open()` do a `convert('RGB')`
Also, the README format was explicitly defined as Markdown in `setup.py` [so that it now renders correctly on PyPI](https://pypi.org/help/#description-content-type) as well.