Image Processing
Provides image processing capabilities via the Model Context Protocol (MCP), enabling tasks like resizing, compressing, and format conversion.
关于
This tool acts as an MCP server, providing a suite of image processing tools. Applications like Cursor and Claude can leverage it to resize, compress, convert formats, and more, all within the IDE, streamlining workflows without context switching.
主要功能
- 0 GitHub stars
- Get Image Metadata: Retrieve file size, format, dimensions, resolution, and color space information.
- Compress Images: Reduce image file size with configurable quality and lossless options.
- Resize Images: Adjust image dimensions with optional aspect ratio control.
- Crop Images: Extract a specified rectangular area from an image.
- Convert Image Format: Change image files between JPEG, PNG, WebP, AVIF, and TIFF formats.
使用案例
- Convert images to a more web-friendly format like WebP.
- Bulk resize images in a project directory.
- Compress large images to optimize website loading times.