WMF
WMF vector graphicUsed for resolution-independent line art and technical drawings.
- Family
- Vectors
- MIME
- image/x-wmf
Convert WMF to PSD online and see exactly what rasterization at a fixed canvas changes, what PSD still can't promise, and how to verify the result.
The paths and shapes in WMF are rasterized onto a fixed pixel grid, then that canvas is encoded as PSD. Scaling the derivative later cannot recover the original curves. WMF input replays legacy GDI records with device-dependent mapping, font selection, clipping, pen and brush state, and integer coordinates onto the destination canvas. PSD output aims to retain a Photoshop-style composite and editable layers, masks, channels, effects, text, and color data instead of only one flattened bitmap.
Source material - A legacy Windows Metafile storing GDI drawing records with limited modern graphics capabilities. Rendered deliverable - A Photoshop document that can contain layers, masks, channels, type, and adjustment data.
Used for resolution-independent line art and technical drawings.
Designed for pixel-based artwork, scans, and photographs.
Use PSD when the destination needs pixels; keep WMF for logos, diagrams, or print work that must remain resolution independent.
Render at multiple sizes and inspect bounding box, line widths, text metrics, clipping, fills, colors, and orientation.
Open the result in the intended editor and inspect layer count, masks, typography, blend modes, and canvas size.
Coordinate precision, fonts, clipping, color, and device-dependent records can render differently outside Windows.
Most non-PSD outputs flatten layers, while unsupported smart objects or effects may render differently.
The writer builds a Photoshop document that can contain layers, masks, channels, type, and adjustment data and labels the result as image/vnd.adobe.photoshop. The receiving application - Not the extension alone - Is the final compatibility test.