DDS to PFM Converter

Browser-based DDS to PFM converter — easy to use

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

Works Everywhere

Phone, tablet, laptop, desktop — the DDS to PFM converter runs on any device with a modern browser. No platform restrictions.

Bulk Conversion

Upload multiple DDS files and convert them all to PFM in one session. Each processes independently — download all results at once.

Texture Extraction

DDS textures with GPU compression are decoded and converted to PFM cleanly — no game engine or texture tool needed on your end.

How to convert DDS to PFM

1

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

2

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

3

Let the file convert and you can download your pfm file right afterwards

About formats

DDS (DirectDraw Surface) is a container format for storing compressed and uncompressed textures, cube maps, volume textures, and mipmap chains, introduced by Microsoft with DirectX 7.0 on September 22, 1999. DDS files are designed for GPU-native consumption: the pixel data is stored in formats that graphics hardware can decompress directly during rendering — primarily S3TC/DXTn block compression (DXT1, DXT3, DXT5), and in later DirectX versions BC4 through BC7 — eliminating the CPU-side decompression step required by formats like PNG or JPEG. The file structure begins with a magic number and a 124-byte header specifying width, height, pixel format, mipmap count, and optional DX10 extended header for newer compression modes, followed by the raw surface data. DDS supports 2D textures, cube maps (six faces for environment mapping), volume/3D textures, and texture arrays, each with pre-computed mipmap chains that allow the GPU to sample appropriately sized versions at different distances. One advantage is rendering performance: because the GPU reads DDS data directly without decompression overhead, texture loading is dramatically faster than with traditional image formats, and the compressed data stays compressed in video memory, allowing more textures to fit in VRAM simultaneously. The format's dominance in game development is another key strength — DDS is the standard texture format for DirectX applications, supported natively by Unreal Engine, Unity, and virtually every PC game engine, as well as by image editors like GIMP (with plugin), Paint.NET, Photoshop (via NVIDIA plugin), and ImageMagick.
Developer: Microsoft
Initial release: September 22, 1999
PFM (Portable Float Map) is a floating-point raster image format devised by Paul Debevec around 2001, designed to store high-dynamic-range image data with the simplicity of the Netpbm family of formats. PFM extends the PBM/PGM/PPM philosophy — minimal header, raw data, no compression — to 32-bit IEEE floating-point samples, providing direct access to HDR pixel values without the encoding overhead of formats like OpenEXR or the limited range of Radiance HDR's RGBE encoding. The file structure is deliberately minimal: a two-character magic number ('Pf' for grayscale, 'PF' for color), width and height on the next line, a scale/endianness indicator (negative for little-endian, positive for big-endian, with magnitude indicating scale factor), and then the raw 32-bit float data for each pixel. PFM files store one float per pixel for grayscale or three floats (RGB) per pixel for color, with no compression, alpha channel, or metadata support. The format emerged from the HDR imaging research community where Debevec's work on image-based lighting and light stage capture required a simple, unambiguous way to store linear floating-point radiance values that could be easily exchanged between research tools. One advantage is absolute simplicity for HDR data: PFM can be read and written in a few lines of code in any language that supports IEEE floats, with no library dependencies — ideal for research prototyping and quick data exchange between custom tools. The format's widespread adoption in the computer vision and computational photography research community is another practical strength — optical flow benchmarks (Middlebury), depth estimation datasets, and radiance field captures commonly use PFM. The format is supported by ImageMagick, OpenCV, HDR Shop, and Luminance HDR.
Developer: Paul Debevec
Initial release: 2001

Frequently Asked Questions

Why convert DDS to PFM?

DDS mipmap chains and compression make files hard to share with non-technical colleagues. PFM is universally readable.

What programs open PFM files?

HDR imaging tools, ImageMagick, and some 3D renderers open PFM floating-point image data

Can I batch convert multiple DDS files to PFM?

Upload several DDS files at once. Each one converts to PFM independently — download them individually or together when all are done.

Will the converted PFM keep the original resolution?

Yes — the default conversion preserves the original pixel dimensions

Does the conversion preserve transparency?

PFM does not support transparency natively. Alpha channel data from DDS will be flattened against a solid background during conversion.

Are colors preserved in the DDS to PFM conversion?

Color information transfers accurately to PFM. The converter maintains the original color profile as closely as the target format allows.