PPSM to SIXEL Converter

Export PPSM presentation slides as SIXEL bitmaps free

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

Unique Terminal Display

SIXEL output brings PPSM slide visuals directly into terminal workflows. Preview presentation content inline without switching to a graphical viewer or slide application.

Web-Based Process

No terminal setup needed for the conversion itself. Upload your PPSM from any browser, get SIXEL files back, then use them in your preferred terminal environment.

Quick Turnaround

Server-side processing means your local machine does nothing. PPSM slides are rendered and encoded into SIXEL format quickly regardless of presentation complexity.

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

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
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 PPSM to SIXEL?

SIXEL encodes images for display within terminal sessions — letting developers and system administrators view slide content without opening a graphical application.

Which terminals support SIXEL?

xterm (with SIXEL mode), mlterm, WezTerm, and foot are popular choices. The protocol originated with DEC VT terminals and has seen renewed interest in modern emulators.

How does SIXEL handle color?

SIXEL supports indexed color palettes. Complex gradients may be simplified, but solid colors, text, and diagrams from your slides render well within typical palette limits.

Is VBA code removed during conversion?

Completely. SIXEL is a bitmap encoding with no scripting capability. All macros from the PPSM file are eliminated in the conversion process.

Is this conversion free?

Yes — Convertio provides PPSM to SIXEL conversion for free. Premium tiers offer greater capacity for users with demanding batch requirements.

What is the difference between SIX and SIXEL?

They are effectively the same format — both use the DEC SIXEL bitmap encoding protocol. The file extension differs but the underlying data representation is identical.