DPX
DPX raster imageUsed for raster pictures made of individually stored pixels.
- Family
- Images
- MIME
- image/x-dpx
Convert DPX to SVG online and see exactly what pixel tracing into approximate paths changes, what SVG still can't promise, and how to verify the result.
The DPX pixel edges are traced into approximate shapes for SVG. This is vectorization, not recovery of the designer's original paths, layers, fonts, or control points. DPX reading honors image-element descriptors, packing, bit depth, transfer characteristic, reference levels, orientation, and production metadata for each frame. Scalable XML graphics — paths, viewBox coordinates, styles, optional text — is what SVG output stores; whether tracing was involved, plus fonts, filters, and external assets, determine how editable it really is.
Starting model: Digital Picture Exchange frames with high bit depth, log transfer options, and film or production metadata. Rendered result: XML vector artwork made from paths, shapes, paint, text, and optional embedded assets.
Used for raster pictures made of individually stored pixels.
Designed for resolution-independent illustrations.
Use traced SVG for simple flat marks that need scalable outlines. Photographs, texture, and evidence-grade source pixels belong in DPX or another raster master.
Check bit depth, transfer characteristic, RGB channel order, frame orientation, timecode, and reference black and white.
Zoom far in and inspect path smoothness, text, viewBox, clipping, and external references.
Incorrect log-versus-linear interpretation or channel packing can produce washed-out images and clipped levels.
Tracing a bitmap produces approximate paths rather than restoring original geometry; fonts and filters may render differently.
Because the source is raster here, the SVG writer traces its pixels into paths; those paths approximate the source, they do not recover it exactly.