AFF to DDS Converter

Free AFF to DDS — DirectX texture format online

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

Game-Ready Textures

AFF to DDS conversion creates DirectX-compatible textures. Your Acorn Draw art becomes usable in modern game engines and 3D tools.

Fast Processing

Cloud servers convert your file in seconds — no waiting, no hardware demands on your gaming rig or workstation.

Secure Upload

AFF files are deleted after conversion. DDS output is removed within 24 hours — your creative assets stay private.

How to convert AFF to DDS

1

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

2

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

3

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

About formats

AFF (Acorn Draw) is a vector graphics file format native to Acorn Computers' RISC OS operating system, introduced with the Draw application bundled in RISC OS 2 in April 1989. The Draw application shipped as a standard component of every RISC OS installation, providing users with a capable vector illustration tool at no additional cost. AFF files store vector objects as a sequence of tagged data blocks, each containing object type, bounding box, and type-specific data — supported objects include paths with straight lines and Bezier curves, text objects with font references, sprite (bitmap) objects, groups, and tagged objects for application-specific extensions. Path objects use cubic Bezier curves with move, line, and curve elements, supporting variable line widths, join styles, dash patterns, and flat color fills. The coordinate system uses RISC OS draw units at 1/180 inch resolution, providing precision for both screen display and print output. One advantage is the straightforward binary structure — the tagged block architecture makes AFF files simple to parse and generate programmatically. Native operating system integration is another strength: RISC OS renders Draw files natively in its desktop environment, treating vector graphics as first-class objects alongside bitmaps. While Acorn Computers ceased operations in the late 1990s, RISC OS continues under active open-source development, and AFF files remain supported through the platform's drawing applications and conversion utilities.
Developer: Acorn Computers
Initial release: 1989
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

Frequently Asked Questions

Why convert AFF to DDS?

AFF is confined to the extinct Acorn Draw. DDS (DirectDraw Surface) is the standard texture format for DirectX game engines — converting makes your art game-ready.

What software uses DDS files?

Unreal Engine, Unity, DirectX applications, Photoshop (with NVIDIA plugin), GIMP (with DDS plugin), and most game dev tools support DDS.

Does DDS support compression?

Yes — DDS supports GPU-native compression formats like DXT/BCn, allowing textures to be decompressed directly by the graphics card.

Is the conversion free?

Free for all users — no registration required. Premium plans add batch conversion and larger file limits.

Can I use the textures in Unity?

Yes — Unity imports DDS textures natively. Your converted AFF artwork will be ready to use as materials and sprites.