PPS to SIX Converter

Export PPS slides as DEC SIXEL graphics — free online

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

Terminal-Native Images

SIXEL renders images directly inside terminal emulators. PPS slides become viewable inline without leaving the command line — perfect for CLI-centric workflows.

Cross-Platform Access

Run the converter from any device with a browser. The resulting SIX files work in SIXEL-capable terminals across Linux, macOS, and Windows.

Quick Processing

Cloud servers render PPS slides and encode them as SIXEL data rapidly. Even multi-slide presentations produce downloadable output in moments.

How to convert PPS to SIX

1

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

2

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

3

Let the file convert and you can download your six 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
SIX is a file extension for SIXEL (Six Pixel) graphics data, a bitmap graphics format developed by Digital Equipment Corporation (DEC) in 1983 and introduced with the LA50 dot matrix printer. SIXEL encodes images as a sequence of printable ASCII characters, where each character represents a column of six vertical pixels (a 'sixel') — the character's ASCII value minus 63 provides a 6-bit binary pattern, with each bit controlling one pixel in the vertical column. The encoding is structured as a series of sixel bands (each six pixels tall) across the image width, with control sequences for color selection (up to 256 registers with HLS or RGB specification), repeat counts (run-length encoding for efficiency), carriage return, and newline commands. SIXEL data is transmitted to the output device using DEC's standard escape sequence protocol, embedded within the text stream alongside regular character output. Originally designed for DEC's line of printers and later supported by DEC VT-series terminals (VT240, VT330, VT340), SIXEL has experienced a remarkable revival in modern terminal emulator software. One advantage is terminal-native image display: SIXEL allows images to be rendered directly within a text terminal session without requiring a graphical window system, enabling command-line tools to display graphs, photographs, and previews inline with text output. This capability has driven adoption in modern terminals like mlterm, xterm, WezTerm, and foot. SIX/SIXEL data can be generated by ImageMagick, libsixel, and chafa, and viewed in any SIXEL-capable terminal emulator.
Initial release: 1983

Frequently Asked Questions

Why convert PPS to SIX?

SIX (SIXEL) enables inline image display in compatible terminals like xterm, mlterm, and mintty. Slides rendered as SIXEL can be viewed directly in a terminal session.

What displays SIX files?

SIXEL-capable terminal emulators — xterm (with -ti vt340), mlterm, mintty, WezTerm, and foot — render SIX graphics inline. ImageMagick can also process them.

Is SIX the same as SIXEL?

SIX and SIXEL refer to the same DEC SIXEL encoding. SIX is the shorter file extension, while SIXEL is the full format name.

Does SIX support color?

Yes — SIXEL supports color palettes, so PPS slides retain color information. The palette size depends on terminal capabilities, typically up to 256 colors.

Is PPS to SIX conversion free?

Standard conversions are free on Convertio. Premium plans handle larger files and batch operations.

Is SIXEL still relevant today?

SIXEL has seen a revival in modern terminal emulators as a way to display images inline without GUI dependencies — useful for remote sessions and CLI workflows.