# ImageMagick > Command-line tools and libraries for processing, converting, and editing images in 200+ formats. ## Docs - [Changelog](https://hackmamba-3f164318.mintlify.app/changelog/overview.md): Weekly updates to ImageMagick, including new features, improvements, and bug fixes. - [Development](https://hackmamba-3f164318.mintlify.app/development.md): Preview and publish this documentation site with the Mintlify CLI - [Batch Resize and Optimize for Web](https://hackmamba-3f164318.mintlify.app/how-to/batch-resize-and-optimize.md): Resize a folder of images for web delivery with format conversion, quality control, and file size constraints. - [What is ImageMagick](https://hackmamba-3f164318.mintlify.app/index.md): Command-line tools and libraries for processing, converting, and editing images in 200+ formats. - [Install and First Commands](https://hackmamba-3f164318.mintlify.app/quickstart.md): Install ImageMagick on your platform and run your first image processing commands. - [Common Options Reference](https://hackmamba-3f164318.mintlify.app/reference/common-options.md): Syntax and typical values for -strip, -quality, -auto-orient, -gravity, -background, and -composite used across resize and batch workflows. - [Geometry Syntax Reference](https://hackmamba-3f164318.mintlify.app/reference/geometry.md): How dimension strings like `800x600>`, `50%`, and `WxH!` control resize, crop, extent, and other spatial operations. - [Troubleshooting](https://hackmamba-3f164318.mintlify.app/troubleshooting.md): Solutions for common ImageMagick errors and unexpected output. - [Tutorial: Build an Image Processing Pipeline](https://hackmamba-3f164318.mintlify.app/tutorials/build-image-processing-pipeline.md): Learn to resize, strip metadata, watermark, and convert images by building a reusable processing pipeline.