resize-images-hd

Upscale PNG images recursively with nearest-neighbor scaling for pixel art.

19|1|Updated Dec 26, 2022
One-click install
npx skills add https://github.com/grymmjack/DRAW --skill resize-images-hd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resize-images-hd
Source: https://github.com/grymmjack/DRAW/tree/main/.github/skills/resize-images-hd
Command: npx skills add https://github.com/grymmjack/DRAW --skill resize-images-hd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the batch resizing of PNG images, enabling pixel-perfect upscaling to create high-definition previews from low-resolution assets.

Core Features & Use Cases

  • Batch Resizing: Recursively resize all PNG files in a folder to 800%, preserving pixel clarity.
  • No Blurring: Uses nearest-neighbor filtering to prevent anti-aliasing, ideal for pixel art and icons.
  • Use Case: If you have a folder of pixel icons, you can quickly generate high-resolution versions suitable for display or presentation.

Quick Start

Use the resize-images-hd skill to upscale all PNG assets in your project folder without losing pixel sharpness.

Frequently Asked Questions about resize-images-hd

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

FAQPage Schema
How do I upscale pixel art images without blurring?

Batch upscaling pixel art without blurring requires nearest-neighbor filtering to prevent anti-aliasing. This Skill applies that exact technique to recursively resize PNG images, preserving sharp pixel clarity for game assets and icon sets.

How do I batch resize PNG images in a folder recursively?

Batch resizing PNG images recursively is handled by this Skill's automated folder processing. It scans your project directory, upscales all matching PNG files to 800%, and outputs the modified results with updated file names.

Can I use ImageMagick to upscale pixel art game assets?

ImageMagick can be used to upscale pixel art game assets by applying nearest-neighbor scaling. This Skill integrates optimized image processing commands to preserve clarity and generate high-definition previews from low-resolution assets.

What is the best way to generate high-resolution previews from low-resolution pixel icons?

Generating high-resolution previews from low-resolution pixel icons is best achieved through non-blurring bulk upscaling. This Skill outputs pixel-perfect HD versions of your PNG files while maintaining the original sharp edges.

When should I not use nearest-neighbor scaling for image resizing?

Nearest-neighbor scaling should not be used for image resizing when working with standard photographs or detailed digital art. It is specifically designed for pixel art and icon sets where preserving hard pixel edges without anti-aliasing is desired.