GordenImage2PPTX

Convert slide images into editable PPTX files with four reconstructed layers.

1.7k|152|Updated Jun 7, 2026
One-click install
npx skills add https://github.com/GordenSun/GordenSuperPPTSkills --skill gordenimage2pptx
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: GordenImage2PPTX
Source: https://github.com/GordenSun/GordenSuperPPTSkills/tree/main/GordenImage2PPTX
Command: npx skills add https://github.com/GordenSun/GordenSuperPPTSkills --skill gordenimage2pptx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, Pillow, python-pptx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Converts slide images into an editable PPTX by reconstructing a four-layer model: background, frame, icons/decorations, and text extracted by GPT-vision. This enables editing text and repositioning visuals while preserving original layout.

Core Features & Use Cases

  • Four-layer reconstruction: background, frame, icons/decorations, and editable text layers.
  • Image2PPTX workflow with imagegen-derived assets and GPT-vision text extraction, plus strict QA gates (layout_guard, placement_qa, visual_compare_qa).
  • Use case: turn a screenshot or image slide into an editable PPTX for modification and reuse.

Quick Start

Input a slide image and request an editable PPTX produced with four layers: background, frame, icons, and text.

Frequently Asked Questions about GordenImage2PPTX

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a slide image into an editable PPTX?▼

Slide images are converted into an editable PPTX by reconstructing four distinct layers: background, frame, icons, and text. This approach uses GPT-vision for text extraction and chroma-keying for assets, enabling text editing and visual replacement while preserving the original layout.

Can I edit text from a screenshot after converting it to PPTX?▼

Yes, you can edit text from a screenshot after converting it to PPTX. The workflow uses GPT-vision text extraction to separate text into its own editable layer, allowing you to modify the extracted text directly within the generated PPTX file.

Does the image-to-pptx conversion work with complex slide visuals and icons?▼

Yes, image-to-pptx conversion handles complex slide visuals and icons by isolating them into a dedicated layer using imagegen-derived assets and chroma-keying. This separation allows you to reposition or replace visuals independently of the background and text layers.

What is the best way to preserve slide layout when converting an image to a presentation?▼

The best way to preserve slide layout during image-to-presentation conversion is using a four-layer reconstruction model. This workflow applies strict QA gates, including layout_guard and visual_compare_qa, to validate placement and ensure the editable PPTX matches the original image page.

Why does the converted PPTX have separate layers for background and text?▼

The converted PPTX uses separate layers for background and text to enable independent editing and visual replacement. This four-layer model ensures that modifying extracted text or repositioning icons does not damage the underlying background or frame of the original slide image.