===================
- Fixed a bug in how drizzle would compute overlaps between input images and
the output image. Due to this bug large parts of input image data may be
missing in the resampled data when output image size was set by the
caller to be smaller than size needed to hold *all* image data. [104]
- Replace buggy polygon intersection algorithm with the Sutherland-Hodgman
polygon-clipping algorithm. [110]