PPS to RGF Converter

Convert PPS slides to LEGO RGF images — free online

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

EV3-Ready Graphics

RGF is purpose-built for LEGO Mindstorms EV3 displays. Converted PPS slides become ready-to-load graphics for your programmable brick projects.

No Software Needed

Skip installing the full Mindstorms suite just to convert images. Use the browser-based converter on any device and download RGF files directly.

Files Stay Private

Your PPS presentation is deleted after conversion completes. RGF output is purged from servers within 24 hours to protect your content.

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

PPS (PowerPoint Slideshow) is a binary presentation format from Microsoft that functions identically to PPT with one behavioral difference: double-clicking a PPS file launches it directly in slideshow (full-screen) mode rather than opening the editing interface. The format uses the same OLE2 compound document structure as PPT, storing slides, text, images, animations, transitions, speaker notes, and embedded objects in binary streams. PPS files are typically produced by saving a finished PPT presentation in slideshow format, signaling that the content is intended for viewing rather than editing — though the file can still be opened for editing through PowerPoint's File menu. The format gained widespread use in corporate environments for distributing ready-to-present slide decks, training materials, kiosk displays, and self-running presentations. One advantage is presentation-ready behavior — recipients can launch a PPS file and immediately begin presenting without navigating editing tools, reducing the chance of accidentally modifying content or revealing speaker notes. The auto-play capability is another strength for unattended scenarios: combined with automatic timing and looping features, PPS files power information kiosks, digital signage, and lobby displays that run continuously without operator interaction. While the newer PPSX format has superseded PPS for current workflows, the binary slideshow format remains encountered in archived corporate materials and legacy presentation libraries.
Developer: Microsoft
Initial release: 1995
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 PPS to RGF?

RGF is the image format used by LEGO Mindstorms EV3 programmable bricks. Converting PPS slides to RGF lets you display custom graphics on the EV3 screen.

What opens RGF files?

The LEGO Mindstorms EV3 software, EV3 Lab, and EV3 Classroom open RGF files. They can also be viewed with specialized editors in the Mindstorms community.

What resolution does the EV3 screen use?

The EV3 brick has a 178x128 pixel monochrome LCD display. Slides are scaled and converted to fit this compact screen size.

Is RGF a monochrome format?

Yes — the EV3 display is black and white, so RGF stores only bi-level pixel data. Slides are dithered to monochrome during conversion.

Is PPS to RGF conversion free?

Standard conversions cost nothing. Premium plans offer batch processing for multiple slideshow files.

Can I use RGF for custom EV3 startup screens?

Yes — RGF images can replace the default EV3 boot screen or be displayed during program execution for custom branding or instructions.