image-tools

Convert PNG/JPG images to SVG and edit rasters with ImageMagick.

23|2|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/tta-lab/ttal-cli --skill image-tools-tta-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-tools
Source: https://github.com/tta-lab/ttal-cli/tree/main/skills/image-tools
Command: npx skills add https://github.com/tta-lab/ttal-cli --skill image-tools-tta-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Image editing for logos and assets is slow when you need repeated conversions, resizing, cropping, and cleanup across many files, especially when you want crisp vector outputs for the web.

Core Features & Use Cases

  • Raster-to-SVG conversion: Turn PNG/JPG artwork into scalable SVG using vtracer, suitable for icons, logos, and flat illustrations.
  • Raster editing and cleanup: Resize, crop, trim borders, convert formats, and remove simple overlays/watermarks via ImageMagick.
  • Practical tuning workflows: Adjust tracing and conversion parameters to reduce file size, improve smoothness, or control color complexity.

Quick Start

Convert a cleaned PNG logo into a vector SVG optimized for small-file web use by running vtracer with colormode color and appropriate precision settings.

Frequently Asked Questions about image-tools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a PNG logo to SVG for web use?

You can convert a PNG to SVG using vtracer for raster-to-vector conversion, adjusting color and precision settings to produce scalable vector output optimized for web delivery.

What is the best way to remove watermarks from images in bulk?

The best way to remove simple watermarks is using ImageMagick raster editing to clean up overlays, alongside resizing and format conversion, streamlining bulk asset cleanup workflows.

Can I resize and convert JPG files to PNG using ImageMagick?

Yes, ImageMagick raster operations support resizing, cropping, and converting JPG files to PNG while trimming borders and preparing images for web delivery.

Does vtracer support color complexity control for raster-to-vector tracing?

Yes, vtracer provides configurable tracing parameters like color mode and precision to control color complexity, reduce SVG file size, and improve path smoothness.

What are the limitations of raster-to-vector conversion for flat illustrations?

Raster-to-vector conversion works best for flat illustrations and logos, but complex photographic images may yield excessive path complexity or color loss due to vtracer tracing limitations.

Do I need to install ImageMagick separately to edit and convert raster images?

No external installation is needed; the skill handles raster operations internally using ImageMagick to resize, crop, trim borders, and convert image formats directly.