image-converter_skill

This skill converts PNG/JPG/JPEG images to WebP, ICO, or SVG formats, streamlining asset delivery for web and apps.
  • Python

3

GitHub Stars

1

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill masayan1126/masayan-uni-code-plugins --skill image-converter

  • SKILL.md769 B

Overview

This skill converts PNG, JPG and JPEG images into WebP, ICO, or SVG formats. It provides straightforward command-style options to select output format, sizes for multi-resolution ICO files, and custom output paths. The tool is lightweight and intended for quick format conversions in development and content workflows.

How this skill works

The converter reads common raster image formats and re-encodes them into the chosen target format. For ICO output it can generate multiple embedded sizes in a single file. For SVG output it embeds the raster image data inside an SVG wrapper. Options allow choosing format, specifying sizes, and selecting an output filename.

When to use it

  • Optimize images for the web by converting PNG/JPEG to WebP for smaller file sizes.
  • Create multi-resolution favicon files by converting a source image to ICO with several sizes.
  • Embed raster images in an SVG wrapper for systems that require SVG assets.
  • Batch or script image format changes as part of a build or deployment pipeline.
  • Quickly convert local images when preparing assets for websites or apps.

Best practices

  • Use WebP for photographs and complex images to reduce bandwidth while preserving quality.
  • Provide multiple icon sizes when creating ICO files (e.g., 16, 32, 48, 256) for broad compatibility.
  • Keep original high-resolution sources; convert from the highest quality master to avoid artifacts.
  • Specify an explicit output filename to avoid accidentally overwriting source files.
  • Test converted assets in target environments (browsers, OS icon pickers) to confirm compatibility.

Example use cases

  • Convert a product photo JPG to WebP to improve page load times on an e-commerce site.
  • Generate a favicon.ico containing 16, 32, 48 and 256 pixel variants from a single PNG.
  • Wrap a raster logo into an SVG container for integration into a vector-focused asset pipeline.
  • Script image conversions as part of CI so all deployed images are served in an optimized format.

FAQ

PNG, JPG and JPEG are supported as source formats.

How do I produce a multi-size ICO file?

Specify the ICO format and list sizes to embed, for example 16,32,48,256.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational