PPS to SIXEL Converter

Convert PPS slides to SIXEL terminal bitmaps — free

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

Inline Terminal Display

SIXEL images render directly inside compatible terminal windows. View your PPS slide content without leaving the command line or opening a separate image viewer.

Processed in the Cloud

Convertio servers handle the rendering and SIXEL encoding. Your machine runs nothing — just upload the PPS and collect the terminal-ready output.

No Installs Required

Access the converter from any web browser. No PowerPoint, no image tools, no terminal configuration needed to produce the SIXEL files.

How to convert PPS to SIXEL

1

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

2

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

3

Let the file convert and you can download your sixel 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
SIXEL (Six Pixel) is a bitmap graphics encoding format created by Digital Equipment Corporation (DEC) in 1983 for rendering images on character-cell printers and video terminals. The name derives from the encoding's fundamental unit: a column of six pixels represented by a single ASCII character. Each printable character in the sixel data stream (ASCII 63-126) encodes a 6-pixel vertical column, with the character's binary value determining which pixels are on or off. Color is specified through register-based palette control: a Select Color Sequence assigns an HLS or RGB color value to a numbered register, and subsequent sixel characters use that color until another register is selected. The encoding supports raster attributes for specifying pixel aspect ratio and image dimensions, repeat sequences (! followed by a count and character) for run-length compression of identical columns, and $ (carriage return) and - (new line) for navigating the sixel grid. DEC implemented SIXEL support in their VT240, VT241, VT330, and VT340 terminals, as well as multiple printer models. One advantage of the SIXEL encoding is its ASCII-clean nature: the data stream consists entirely of printable characters and standard control sequences, meaning SIXEL graphics can be transmitted through any text-based communication channel — serial terminals, SSH sessions, telnet connections — without requiring binary-safe transport or protocol modifications. The format's modern renaissance provides another remarkable dimension: after decades of obscurity, SIXEL support has been implemented in numerous contemporary terminal emulators, enabling inline image display in command-line workflows. SIXEL output can be generated by ImageMagick, libsixel, chafa, and various plotting libraries.
Initial release: 1983

Frequently Asked Questions

Why convert PPS to SIXEL?

SIXEL is one of the few image formats that displays directly inside terminal emulators. Converting PPS slides to SIXEL makes them viewable in SSH sessions and CLI tools.

What terminals support SIXEL?

xterm (vt340 mode), mlterm, mintty, WezTerm, foot, and contour all render SIXEL graphics inline. Support is growing across modern terminal emulators.

Can SIXEL handle multi-color slides?

SIXEL supports indexed color palettes, so slides retain color with some palette reduction. Complex photographic gradients may show slight banding.

How large are SIXEL files?

SIXEL encodes images as text-based escape sequences, so files are larger than binary formats. The advantage is universal terminal compatibility without external viewers.

Is the conversion free?

Standard PPS to SIXEL conversions cost nothing. Premium plans cover batch operations and larger presentations.

Can I display SIXEL images over SSH?

Yes — if both the local terminal and SSH session support SIXEL, images display inline over remote connections without any graphical forwarding setup.