PPTM to RGF Converter

Convert PPTM slides to RGF LEGO Mindstorms images online free

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

Robotics Display Ready

RGF files load directly onto LEGO Mindstorms EV3 bricks — display your PPTM slide graphics on robotics projects, classroom demos, and competitions.

Presentation to EV3

Bridge the gap between PowerPoint and robotics hardware. Convert PPTM slides into the native format of the most popular educational robot platform.

Completely Safe Files

RGF is a tiny monochrome bitmap — all VBA macros and embedded content from your PPTM are eliminated, producing a harmless pixel-only file.

How to convert PPTM 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

PPTM is a macro-enabled presentation format for Microsoft PowerPoint, introduced with Office 2007 as part of the Office Open XML family. Structurally identical to PPTX — a ZIP archive containing XML parts for slides, layouts, themes, and media — PPTM adds the ability to store and execute VBA (Visual Basic for Applications) macro code within the presentation. The deliberate separation of macro-enabled (.pptm) and macro-free (.pptx) extensions was a security design decision: users and administrators can identify macro-containing files by extension alone, and security policies can block or warn about macro-enabled formats while freely allowing standard PPTX files. PPTM files store VBA projects in a dedicated binary stream (vbaProject.bin) within the ZIP package, alongside the same XML slide content used by PPTX. Macros in PowerPoint presentations power automated slide generation, custom ribbon interfaces, interactive quizzes, data-driven content updates, and integration with external data sources. One advantage is workflow automation — PPTM enables repeatable processes like generating monthly report decks from database queries or updating financial charts across dozens of slides with a single button click. The format preserves full compatibility with the OOXML specification, meaning all standard PowerPoint features — transitions, animations, embedded media, SmartArt — work identically to PPTX. PPTM is supported by Microsoft PowerPoint on Windows and macOS, with macro execution limited to the desktop application.
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 PPTM to RGF?

RGF is the only image format the LEGO Mindstorms EV3 brick displays natively. Converting PPTM slides to RGF lets you show custom graphics on EV3 projects and robotics demos.

What resolution does RGF support?

The EV3 brick screen is 178x128 pixels. RGF images match this resolution — your slides are scaled and dithered to fit the small monochrome display.

Is RGF color or monochrome?

RGF is strictly monochrome — the EV3 screen has no color capability. Slides are converted to black and white with optimized dithering for the tiny display.

What software opens RGF?

The LEGO Mindstorms EV3 software and EV3 Lab open RGF natively. On a computer, ImageMagick and specialized EV3 tools can read and preview RGF files.

Are macros present in RGF output?

No — RGF is a minimal bitmap format for a toy robot screen. There is no capacity whatsoever for VBA macros or executable content.

Is PPTM to RGF free?

Convertio handles this conversion at no charge. Premium plans provide higher throughput for batch conversions.