PPSM to PGX Converter

Export PPSM slides to PGX uncompressed images free

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

Reference-Grade Output

PGX provides uncompressed, bit-accurate image data — the reference standard for JPEG-2000 conformance testing. PPSM slide content is preserved without any compression artifacts.

Fully Online

No specialized codec tools needed for the conversion itself. Upload your PPSM from any web browser and receive PGX files without installing anything.

Secure Processing

All VBA macros are stripped during conversion. Your uploaded PPSM is deleted immediately and PGX results are purged from servers within 24 hours.

How to convert PPSM to PGX

1

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

2

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

3

Let the file convert and you can download your pgx 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
PGX is a simple single-component raster image format defined as part of the JPEG 2000 standard (ISO/IEC 15444) for use in conformance testing and verification of JPEG 2000 codec implementations. Introduced around 2000 alongside the JPEG 2000 specification itself, PGX files store a single image component (one color channel or grayscale plane) with a text header followed by raw pixel data, providing an unambiguous reference representation against which encoder and decoder outputs can be compared sample by sample. The header is a single ASCII line specifying endianness (ML for big-endian, LM for little-endian), signedness (+ for unsigned, - for signed), bit depth (1 to 32 bits), width, and height. The pixel data follows as raw binary values, each occupying the minimum number of bytes needed for the specified bit depth, with one value per pixel. For multi-component images (like RGB), each component is stored in a separate PGX file. The format's deliberate simplicity — no compression, no metadata, no multi-channel support — ensures there are no ambiguities in interpretation that could mask codec bugs. One advantage is verification precision: PGX's uncompressed, exactly-specified representation allows bit-exact comparison of decoded JPEG 2000 output against reference images, essential for certifying that a codec implementation conforms to the standard. The format's role in the JPEG 2000 conformance testing framework means it is implemented by every serious JPEG 2000 codec (OpenJPEG, Kakadu, etc.) and used in the official ISO conformance test suite. PGX files can also be processed by ImageMagick and various JPEG 2000 development tools.
Initial release: 2000

Frequently Asked Questions

Why convert PPSM to PGX?

PGX is the reference format for JPEG-2000 verification testing. Converting slides to PGX provides uncompressed input data for codec validation and imaging research.

What tools work with PGX?

OpenJPEG, Kakadu, and other JPEG-2000 reference implementations read PGX natively. ImageMagick can also process PGX files for general image handling.

Is PGX compressed?

No — PGX stores raw, uncompressed single-component image data. This makes it ideal as a reference baseline but results in larger file sizes than compressed formats.

Are macros stripped from the output?

Yes. PGX is a minimal image data format with no executable capability. All VBA macros from the PPSM presentation are removed during conversion.

Is PPSM to PGX free?

Convertio offers this conversion at no cost. Premium plans are available for users who need increased file size limits or batch processing.

Can PGX store color images?

PGX stores a single image component per file. Color images are split into separate component files — one for each channel — following the JPEG-2000 testing convention.