PPSM to RGF Converter

Convert PPSM slides to LEGO RGF images online free

Drop files here. 1 GB maximum file size or Sign Up
to
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

EV3-Compatible Output

PPSM slides transform into RGF images ready for LEGO Mindstorms EV3 — perfect for robotics projects, educational demos, or custom EV3 display content.

Nothing to Install

Convert directly in your browser without any software. No PowerPoint installation, no EV3 development tools needed — just upload and download.

Convert From Anywhere

Access the converter from any device with internet — phone, tablet, laptop, or classroom computer. Get EV3-ready images regardless of your platform.

How to convert PPSM to RGF

1

Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.

2

Choose rgf or any other format you need as a result (more than 200 formats supported)

3

Let the file convert and you can download your rgf file right afterwards

About formats

PPSM (PowerPoint Slideshow with Macros) is a macro-enabled slideshow format in Microsoft PowerPoint, introduced with Office 2007 as part of the Office Open XML family. PPSM combines the auto-play slideshow behavior of PPSX with the VBA macro capabilities of PPTM — opening a PPSM file launches it directly into full-screen presentation mode while allowing embedded macro code to execute during the slideshow. The format is structurally a ZIP archive containing the same XML slide parts as other OOXML presentation formats, plus a vbaProject.bin stream housing the VBA project. This combination is particularly valuable for interactive presentations: macro-driven slideshows can respond to user input, navigate non-linearly between sections, query external databases, update content in real time, and log audience responses during training or assessment sessions. One advantage is interactive presentation capability — PPSM enables quiz-style presentations where clicking answer buttons triggers immediate scoring feedback, branching paths, or data recording, all invisible to the audience. The macro-enabled slideshow format also supports self-contained automation: a PPSM file can run initialization routines on launch, configure the display environment, and clean up resources on exit without any manual intervention. As with all macro-enabled Office Open XML formats, the distinct .ppsm extension helps administrators enforce security policies that differentiate between trusted macro content and standard presentations. PPSM is supported exclusively in Microsoft PowerPoint desktop editions.
Developer: Microsoft
Initial release: January 30, 2007
RGF (Robot Graphics Format) is a simple monochrome bitmap image format used by LEGO Mindstorms EV3 programmable robotics kits, introduced with the EV3 system on September 1, 2013. RGF files store 1-bit (black and white) images designed for display on the EV3 Intelligent Brick's 178x128 pixel monochrome LCD screen. The format uses a minimal structure: a header containing the image width and height as binary values, followed by the pixel data where each bit represents one pixel (1 for black, 0 for white), packed eight per byte in row-major order. RGF images are used as custom display graphics in EV3 programs — students and hobbyists create them for robot status displays, user interfaces, splash screens, and animation frames shown on the brick's screen during program execution. The images are typically designed using LEGO's EV3 software (which includes a built-in image editor) or converted from other formats using community tools. RGF fits within LEGO's broader educational robotics platform, where the Mindstorms system teaches programming, engineering, and computational thinking to students worldwide. One advantage is the format's role in educational technology: RGF provides a simple, concrete example of how digital images are represented as binary data — a concept that students working with Mindstorms can directly observe by examining the file contents and seeing the corresponding image on the brick's screen. The format's simplicity makes it accessible for young programmers learning about file formats and binary data. RGF files can be created and converted using ImageMagick, the EV3 development environment, and community tools like ev3dev.
Developer: The LEGO Group
Initial release: 2013

Frequently Asked Questions

Why convert PPSM to RGF?

RGF is the native image format for LEGO Mindstorms EV3 displays. Converting slides to RGF lets you show presentation content directly on the EV3 brick screen.

What uses RGF files?

LEGO Mindstorms EV3 programming environments and the EV3 brick itself. The format is specifically designed for the small monochrome display of the EV3 controller.

Will my slides look good on EV3?

The EV3 display is small and monochrome. Simple slides with large text and basic shapes translate best. Complex graphics may lose detail at the limited resolution.

Are PPSM macros carried into RGF?

No. RGF is a minimal image format for embedded hardware. All VBA macros from the PPSM are completely removed during conversion.

Is this free to use?

Yes — Convertio converts PPSM to RGF at no cost. Premium accounts are available for higher volume needs and batch processing.

What resolution is RGF?

RGF images are designed for the EV3 brick display resolution of 178x128 pixels. Slide content is scaled and rendered to fit this compact display size.