I'm kind of new to installing modules in python. I looked at this, http://pythonhosted.org/pypng/png.html#png.Reader.asRGB8 But there is no download link.
It says "installation is trivial" but trivial means of little value or importance. So I google "python png module download" but all the links are for 'pypng' It says to use import png not import pypng.
So then I google how to install python modules, And I came across easy install. But easy install has its own installation also.
Is my best bet to use c# or c++ instead where it's much easier to download libraries?