Free webp to jpg
Image MIME Reference
Harlequin-PGB

Global Graphics Page Graphics Buffer

image/vnd.globalgraphics.pgb
VS

Scalable Vector Graphics

image/svg+xml
SVG

A complete technical comparison of Global Graphics Page Graphics Buffer and Scalable Vector Graphics — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

SVG wins on browser support

Feature Support

Feature Harlequin-PGB SVG
Transparency (Alpha) ✕ No Yes
Animation Support ✕ No Yes
Progressive Loading ✕ No ✕ No
HDR Support ✕ No Yes
EXIF Metadata ✕ No ✕ No
ICC Color Profile Yes ✕ No
Global Graphics Page Graphics Buffer
image/vnd.globalgraphics.pgb
Extension
.pgb
Container Proprietary Harlequin Raster Container
Compression Uncompressed / Run-Length Encoding (RLE)
Algorithm
Proprietary RLENone
Color Depth 1-bit (Monochrome Separations), 8-bit (Grayscale), 8-bit/10-bit (Contone), CMYK / N-Color Spot Channels
Developed by Global Graphics Software (Hybrid Software Group)
Released 1990s
Magic Bytes
Unknown (Proprietary Harlequin Header)
Full Harlequin-PGB reference →
Scalable Vector Graphics
image/svg+xml
Extension
.svg.svgz
Container XML Document
Compression Uncompressed (Plain Text XML) / Lossless (GZIP via .svgz)
Algorithm
None (for .svg)GZIP (for .svgz)
Color Depth Vector (Independent of bit-depth), CSS Colors (HEX, RGB, HSL, Display-P3)
Developed by World Wide Web Consortium (W3C)
Released 2001
Magic Bytes
3C 73 76 67 (for <svg) / 3C 3F 78 6D 6C (for <?xml)
Full SVG reference →

Browser Support Comparison

Browser Harlequin-PGB SVG
Chrome Chrome
✓ All
Firefox Firefox
✓ All
Safari Safari
✓ All
Edge Edge
✓ All
IE IE (Legacy)
Harlequin-PGB

Harlequin-PGB Strengths

  • Unlike generic 1-bit TIFFs, PGB files inherently encapsulate vital print-job metadata within their headers (e.g., job name, page number, separation colors, screening angles)
  • Highly optimized for ultra-fast viewing and processing within professional printing workflows
Limitations
  • Completely proprietary and closed-source, locking its usage strictly to Harlequin-powered RIP environments
  • Zero support in standard desktop operating systems, web browsers, or consumer image editing software like Photoshop or GIMP
SVG

SVG Strengths

  • Provides infinite resolution scalability, looking perfectly crisp on high-DPI (Retina) displays without increasing file size
  • Extremely lightweight compared to raster formats for flat graphics, logos, and UI elements
  • Can be manipulated dynamically via the browser's CSS and JavaScript engines (DOM integration)
Limitations
  • Unsuitable for complex photographic images or photorealistic textures
  • Poses critical security vulnerabilities (XSS and XML External Entity attacks) if user-uploaded SVGs are not heavily sanitized
  • Rendering performance degrades significantly if the SVG contains tens of thousands of complex nodes or deeply nested paths

When to choose which format

Harlequin-PGB
Use Harlequin-PGB when…
  • Commercial Printing Output
  • Computer-to-Plate (CTP) Manufacturing
  • Prepress Soft Proofing (e.g., FirstPROOF)
  • Harlequin RIP Spooling Pipelines
SVG
Use SVG when…
  • Web Logos & UI Icons
  • Responsive Web Design Elements
  • Interactive Data Visualizations (D3.js)
  • CSS and SMIL Web Animations
Share this comparison