mogrify v0.3.3 Mogrify
Summary
Functions
Makes a copy of original image
Extends the image to the specified dimensions
Converts the image to the image format you specify
Sets the gravity of the image
Opens image source
Resizes the image with provided geometry
Resize the image to fit within the specified dimensions while retaining the aspect ratio of the original image. If necessary, crop the image in the larger dimension
Resize the image to fit within the specified dimensions while retaining the original aspect ratio. Will only resize the image if it is larger than the specified dimensions. The resulting image may be shorter or narrower than specified in the smaller dimension but will not be larger than the specified values
Saves modified image
Provides detailed information about the image
Functions
Resize the image to fit within the specified dimensions while retaining the aspect ratio of the original image. If necessary, crop the image in the larger dimension.
Resize the image to fit within the specified dimensions while retaining the original aspect ratio. Will only resize the image if it is larger than the specified dimensions. The resulting image may be shorter or narrower than specified in the smaller dimension but will not be larger than the specified values.
Saves modified image
Options
:path
- The output path of the image. Defaults to a temporary file.:in_place
- Overwrite the original image, ignoring:path
option. Default false.