* Speed improvements
* Added two_pass option to ParserManager to control parsing behaviour.
* Two-pass parsing tries to use the `info` property of the PIL image before falling back to `text`. This will considerable speed up parsing a large number of well-formed PNG files with actual SD parameters.
* If the majority of files is expected to not have SD metadata, setting two_pass to `False` will provide better performance.
* General code cleanup