关于
The Image Extractor allows AI assistants to analyze images from various sources. It can extract images from local files, URLs, and process base64-encoded images. It optimizes images for LLM analysis by automatically resizing them to a maximum of 512x512 pixels, limiting the size of the base64 output and optimizing context window usage. This server is particularly useful in scenarios such as analyzing screenshots from Playwright tests.
主要功能
- Converts images to base64 format.
- Extracts images from local files.
- Processes base64-encoded images.
- 0 GitHub stars
- Extracts images from URLs.
- Automatically resizes images for optimal LLM analysis.
使用案例
- Analyzing Playwright test results screenshots.