Releases: Starry-49/image2slides
Releases · Starry-49/image2slides
Image2Slides v1.0.1
Fixes
- Added a conditional Codex Desktop hook for
/image2slidesand Image2Slides CLI runs. - Hardened native GPT-image-2 provenance:
completed/andbackground/now require receipt manifests copied from Codex nativegenerated_images/.../ig_*.png. - Added visible Desktop guidance via
image2slides guideand required-input intake viaimage2slides intake. - Closed Python dependency declarations for the analysis and QA path.
- Removed private
how2reinforcecase artifacts from the published repository.
Verification
PYTHONPATH=skills/image2slides/scripts python3 tests/test_image2slides.pynode --check hooks/image2slides-native-hook.mjsgit diff --checkpython3 skills/image2slides/scripts/image2slides.py doctorpython3 skills/image2slides/scripts/image2slides.py guide --format jsonnpm pack --dry-run
Image2Slides v1.0.0
Highlights
- Adds source-panel layout boundaries:
source_layersare mirrored into non-editablelayout_boundariesso editable PPT text stays out of figure panels. - Preserves asset-internal labels inside charts, diagrams, schematics, and icons as image content unless the user explicitly asks to extract them.
- Adds
audit-boundariesfor main blank-color detection, forbidden-zone/text-fill-zone diagnostics, and overlay generation. - Extends QA with content-boundary diagnostics while keeping
--boundary-strictopt-in. - Documents Codex local plugin deployment in English, Chinese, and Japanese.
- Bumps plugin/package metadata to
1.0.0and points homepage metadata at GitHub Pages.
Verification
python3 -m py_compile skills/image2slides/scripts/image2slides.pynpm testnpm run doctornpm pack --dry-run- Installed the v1 tarball into
~/.codex/plugins/cache/image2slides-local/image2slides/1.0.0and randoctorfrom that cache.