(Python) Set a specific palette in an image using PIL or PyPNG?

Only way so far I have discovered to do this is using PythonMagick, which is unfortunate as PythonMagick is slow, undocumented, and difficult to install on Linux if you don't use the python-pythonmagick package.

Related Questions