TOOL » IMAGE_MANIPULATOR » IMAGEMAGICK

Mogrify

Usage ​

Convert images in batch.

shell
mogrify OPTIONS INPUT_FILES
OptionDescription
-pathWrite images to this path on disk.
-formatOutput image format type.

Options used in convert may also be used in mogrify.

Example ​

Convert all webp images in current directory into png images in out/ directory.

shell
mogrify -path out -format png *.webp