# WordPress.org Assets Directory

This directory contains assets for the WordPress.org plugin repository.

## Required Assets

### Plugin Header Images (Banners)
- `banner-772x250.png` - Standard resolution banner
- `banner-1544x500.png` - High resolution banner (Retina)

### Plugin Icon
- `icon-128x128.png` - Standard plugin icon
- `icon-256x256.png` - High resolution plugin icon (Retina)
- `icon.svg` - SVG version (optional, recommended)

### Screenshots
- `screenshot-1.png` - First screenshot (referenced in readme.txt)
- `screenshot-2.png` - Second screenshot (referenced in readme.txt)
- etc.

## Notes

1. These assets are NOT included in the plugin ZIP that users download
2. They are uploaded separately to the SVN `/assets` directory
3. The `svn-deploy.sh` script handles copying these files during deployment
4. Screenshots should be referenced in your `readme.txt` file

## Image Guidelines

### Banners
- Should represent your plugin's brand
- Include plugin name and key features
- Use high-quality images
- Consider both light and dark backgrounds

### Icons
- Simple, recognizable design
- Works well at small sizes
- Consistent with your banner design

### Screenshots
- Show actual plugin functionality
- Include captions in readme.txt
- Use consistent dimensions (recommended: 1200x900)
- Optimize file sizes for web

## File Format Requirements
- PNG format for all images (except optional SVG icon)
- RGB color mode
- Optimize images for web to reduce file size