diff --git a/README.md b/README.md index 6400a51..2bdb9de 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,9 @@ function(err, stdout){ ### resize(options, callback(err, stdout, stderr)) -Convenience function for resizing an image, modelled on top of `convert`. +Convenience function for resizing an image, modelled on top of `convert`. + +Because IM preserves the aspect ratio of an image, the area provided in the 'options' argument is not the final size of the image, but the maximum size for the image. The `options` argument have the following default values: