Home/Tools/ImageMagick
I
Install via:brew
License:Apache-2.0
Open source

ImageMagick

About

Create, convert and resize images from the command line — perfect for batch-processing photos and web graphics.

Pricing

Free

ImageMagick is a powerful image-editing toolkit for the terminal. Resize a whole folder of photos, convert between formats, add text or effects — all without opening a graphics app.

Key Features

  • Convert formats — PNG, JPEG, WebP, GIF and more.
  • Batch resize and compress images.
  • Crop, rotate and flip.
  • Add text, watermarks and borders.
  • Apply filters and effects.
  • Create animations from frames.

Pricing

ImageMagick is free and open source under the Apache-2.0 license.

Getting Started

brew install imagemagick
convert photo.png photo.jpg
mogrify -resize 1920x *.jpg
convert -resize 800x -quality 85 in.jpg out.jpg

mogrify edits files in place — test on a copy first.

Install

Copy and run one of these commands locally to install ImageMagick.

brew install imagemagick

Comments (0)

Share your thoughts about this entry... Sign in to comment
No comments yet — start the conversation.