===================
- Disabled the Corners parsing solution again.
- Warping image now creates a much smaller image to prevent memory issues.
- This also increased speed with a factor of at least 4.
- ``apply_gaussian`` now applies a Gaussian on entire image first.
- Testing can now use a tar-file of images that can be downloaded from the web.
- Also removed lambda functions in favour of ``functools.partial``.