pixelmator-pxdprotocol v2workspace: none
How Anyfile's Pixelmator PXD Viewer Works
Pixelmator Pro document viewer: explore supported file formats, viewing limits and open-source credits. Your files are never uploaded.
Viewing architecture
The viewer validates the ZIP package and SQLite metadata, extracts the embedded Quick Look image, and displays it without uploading the PXD file.
- 1A bounded central-directory probe checks for the expected PXD package members.
- 2Only the selected preview entry is decompressed; legacy TIFF previews use the shared TIFF decoder.
Main limitations
- — The result is a flattened representative preview, not a layer browser.
- — A missing or unsupported embedded preview prevents display.
MANIFEST
Formats declared by the plugin
Open-source projects and licenses
zip.js 2.8.60
BSD-3-ClauseBounded ZIP entry discovery and preview extraction.
GeoTIFF.js 3.0.5
MITLegacy TIFF preview decoding.