appstore-screenshots

Resizes screenshots to App Store dimensions using Python and Pillow for iPhone/iPad models.

232|8|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/decentpaste/decentpaste --skill appstore-screenshots-decentpaste
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: appstore-screenshots
Source: https://github.com/decentpaste/decentpaste/tree/main/.claude/skills/appstore-screenshots
Command: npx skills add https://github.com/decentpaste/decentpaste --skill appstore-screenshots-decentpaste

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires Pillow, and includes scripts (resource) components.

What problem does it solve?

Overcoming the challenge of resizing screenshots to match the exact dimensions required by the App Store, ensuring compatibility without errors.

Core Features & Use Cases

  • Exact Dimensions: Ensures screenshots are resized to the exact dimensions needed for the App Store.
  • Multiple Devices: Supports resizing for various devices like iPhone and iPad.
  • Simple to Use: A straightforward command-line tool that simplifies the process of resizing screenshots.

Quick Start

Resize your App Store screenshots with 'python .claude/skills/appstore-screenshots/scripts/resize_screenshots.py path/to/input'

Frequently Asked Questions about appstore-screenshots

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

FAQPage Schema
How do I resize screenshots for the App Store using Python?โ–ผ

You can resize screenshots for the App Store by running a Python script that uses the Pillow library to adjust your images to exact Apple dimension requirements. This ensures your app screenshots display correctly without submission errors.

Why does the App Store reject my iPhone screenshots?โ–ผ

The App Store rejects iPhone screenshots when their pixel dimensions do not match Apple's exact requirements for specific devices. Resizing your images to the correct iPhone and iPad dimensions ensures compatibility and prevents upload errors.

What is the best way to resize app screenshots for multiple iPhone and iPad models?โ–ผ

The best way to resize app screenshots for multiple devices is using a command-line tool that targets exact App Store dimensions for iPhone and iPad. This simplifies achieving compliance across various screen sizes without manual editing.

Do I need Pillow to resize App Store screenshots?โ–ผ

Yes, you need the Pillow library installed in your Python environment to use this screenshot resizing script. Pillow handles the image processing required to scale your screenshots to the exact App Store dimensions.

Can I batch resize iPad screenshots for App Store submission?โ–ผ

You can resize iPad screenshots for App Store submission by passing your input image path to the command-line Python script. The script processes the image to match the exact required dimensions for various iPad models.

Are there limitations to using Python scripts for App Store screenshot resizing?โ–ผ

Using Python scripts for App Store screenshot resizing requires a local Python environment with the Pillow dependency installed. It functions as a straightforward command-line tool without a graphical interface for visual cropping or manual adjustment.