Sometimes we want image thumbnails to fill and crop instead of shrink and fit.
The function resize_dimensions used in DynamicImage::thumbnail accepts a fill argument.
I propose to implement DynamicImage::thumbnail_to_fill matching DynamicImage::resize_to_fill.
Sometimes we want image thumbnails to fill and crop instead of shrink and fit.
The function
resize_dimensionsused inDynamicImage::thumbnailaccepts afillargument.I propose to implement
DynamicImage::thumbnail_to_fillmatchingDynamicImage::resize_to_fill.