Export Page
The Export page lets you download your collection in various formats. Configure options and download everything as a ZIP file.
Page Layout
- Canvas (center) - Preview of selected export item
- Right panel - Export settings and file list
- File list - All items that will be exported
What Gets Exported
By default, export includes:
| Type | Description |
|---|---|
| Combinations | Final composite images |
| Layers | Individual transparent layers (optional) |
| Masks | Trait masks (optional) |
| Base images | Original generated images (optional) |
Configure which types to include in the settings.
Export Formats
PNG
Standard raster format with transparency support.
- Best for: Web use, social media, NFTs
- Preserves: Full quality, transparency
- File size: Medium
SVG
Vector format (converted from PNG using tracing).
- Best for: Scalable graphics, print
- Preserves: Shapes, can be resized
- Note: Quality depends on image complexity
PSD (Photoshop)
Layered Photoshop format.
- Best for: Further editing, print production
- Preserves: All layers separately
- Requires: Photoshop or compatible editor
Export Options
Crop to Content
Trims transparent edges from each image:
- On: Images cropped to visible content
- Off: Images keep original dimensions
Useful for reducing file sizes and removing empty space.
Use Display Names
Controls filename format:
- On: Human-readable names (e.g.,
final_eyes_v0_hat_v1.png) - Off: UUID filenames (e.g.,
a1b2c3d4-e5f6-7890.png)
Display names are recommended for most uses.
Include Metadata
Adds a JSON file with:
- Layer composition for each combination
- Trait information
- Generation parameters
Useful for NFT projects that need on-chain metadata.
Export Process
- Configure settings in the right panel
- Review file list - Check what will be included
- Click Export - Generation begins
- Wait for ZIP - Progress shown in real-time
- Download - Browser downloads the ZIP file
Export costs 1 Mana per 100 files. Large collections can add up.
Export File Structure
Your ZIP file is organized:
project-name-export/
├── combinations/
│ ├── final_eyes_v0_hat_v1.png
│ ├── final_eyes_v0_hat_v2.png
│ └── ...
├── layers/
│ ├── layer_eyes_orig.png
│ ├── layer_eyes_p0.png
│ └── ...
├── masks/
│ ├── mask_eyes_v1.png
│ └── ...
└── metadata.json (if enabled)
File Naming
Exported files use display names:
| Type | Pattern | Example |
|---|---|---|
| Combination | final_{layers} | final_eyes_v0_hat_v2.png |
| Layer | layer_{trait}_{prompt} | layer_eyes_p0.png |
| Mask | mask_{trait}_v{version} | mask_eyes_v1.png |
| Base | base_{slot} | base_1.png |
See Display Names for the full naming system.
Tips
- Export combinations first - Check quality before including extras
- Use crop for web - Smaller files load faster
- Keep display names on - Easier to identify files later
- Include metadata for NFTs - Needed for on-chain attributes
- Check file sizes - Large collections may take time to download
Troubleshooting
Export is slow
Large collections take time. Export happens on the server, and the ZIP must be generated and transferred.
Files are too large
Enable "Crop to content" to reduce file sizes. Consider exporting at a smaller resolution.
Missing files
Ensure you've generated combinations. Export only includes completed items.
Wrong filenames
Check that "Use display names" is enabled. UUID filenames are the default internally.