10.0.7
- Infer correct output type (
PixelCrop
orPercentCrop
) depending on input inmakeAspectCrop
andcenterCrop
(thanks: @corymharper) - Fix minWidth/minHeight for aspect crops when one or the other wasn't specified
PixelCrop
or PercentCrop
) depending on input in makeAspectCrop
and centerCrop
(thanks: @corymharper)