export_session
Export session images and metadata to a zip archive for backup and later restoration. The archive includes a manifest with IDs, dimensions, and order, plus optional undo history.
Instructions
Export all images and metadata to a zip archive for later restoration.
The archive contains:
All images as PNG files
A manifest.json with image IDs, dimensions, and order
Optionally, undo history for each image
Use import_session to restore the session later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to save the session archive (will be a .zip file) | |
| include_history | No | Include undo history for each image |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the exported session file | |
| message | Yes | Status message | |
| image_count | Yes | Number of images exported | |
| total_size_mb | Yes | Total size of exported data in MB |