pixel-art

Convert images to pixel art and generate animated MP4s with Floyd-Steinberg dithering.

Updated May 13, 2026
One-click install
npx skills add https://github.com/skkeoriw/hermes-brain --skill pixel-art-skkeoriw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pixel-art
Source: https://github.com/skkeoriw/hermes-brain/tree/main/brain/hermes-home/skills/creative/pixel-art
Command: npx skills add https://github.com/skkeoriw/hermes-brain --skill pixel-art-skkeoriw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Pillow, ffmpeg, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill enables users to convert images to pixel art styles, which are commonly found in retro gaming, making it easy to create unique and nostalgic visuals.

Core Features & Use Cases

  • Image Conversion: Convert source images to retro-style pixel art using hardware-specific palettes.
  • Animation Generation: Animate the converted pixel art images to create short videos with various effects.
  • Use Case: Quickly create a pixel art version of a logo for a retro gaming project or generate a short animated loop for a video game UI.

Quick Start

Use the pixel-art skill to convert the image 'logo.png' to a pixel art style with the 'snes' palette and generate a 10-second animation with the 'night' scene.

Frequently Asked Questions about pixel-art

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

FAQPage Schema
How do I convert an image to pixel art using hardware palettes?

To convert an image to pixel art, apply Floyd-Steinberg dithering with hardware-specific palettes like the SNES color set. This process transforms standard source images into retro-style pixel graphics suitable for game UI prototyping.

Can I generate an animated MP4 from a static pixel art image?

Yes, you can generate an animated MP4 from a static pixel art image by using ffmpeg for video encoding. The skill animates converted pixel art images to create short videos with various visual effects.

What is Floyd-Steinberg dithering for retro graphics creation?

Floyd-Steinberg dithering is an error diffusion algorithm applied to images to simulate retro graphics. By forcing pixels into a limited hardware palette, it creates the distinct retro-style pixel art commonly found in classic gaming.

Do I need Pillow and ffmpeg installed to create pixel art animations?

Yes, you need both Pillow and ffmpeg installed to create pixel art animations. Pillow handles the image processing and palette conversion, while ffmpeg is required for video encoding to generate the final animated MP4 files.

Does this pixel art conversion approach work for game UI prototyping?

Yes, this pixel art conversion approach works well for game UI prototyping. It is specifically designed to quickly create a pixel art version of a logo or generate short animated loops for retro video game interfaces.