- Add auto-detected RPG Maker and generic loose-PNG profiles - Make scanning read-only and patch images through validated transactions - Preserve RPG Maker compatibility with backups and legacy migration - Document the workflow and expand image manager coverage - Enable core RPG Maker dialogue and choice codes by default
5 lines
140 B
Python
5 lines
140 B
Python
"""Canonical import for the engine-aware Image Manager."""
|
|
|
|
from gui.rpgmaker_image_manager import ImageManager
|
|
|
|
__all__ = ["ImageManager"]
|