DDS
DDS raster imageUsed for pixel-based artwork, scans, and photographs.
- Family
- Images
- MIME
- image/vnd.ms-dds
Convert DDS to JPG online and see exactly what pixel decoding and image re-encoding changes, what JPG still can't promise, and how to verify the result.
Directdraw surface texture data that can include block compression, mipmaps, cubemap faces, and alpha is decoded into a working pixel canvas first, then written back out under JPG's own color and compression model. Dimensions can stay exactly the same even as encoding, metadata, and fine detail change underneath. DDS loading inventories texture format, block compression, dimensions, mip levels, array slices, cubemap faces, alpha, and channel conventions before selecting one surface. JPG delivery writes opaque, lossy photographic pixels; quality must be judged around high-contrast edges, gradients, fine texture, orientation, and repeated-encode damage.
Decoded canvas - DirectDraw Surface texture data that can include block compression, mipmaps, cubemap faces, and alpha. Written image - Lossy JPEG pixels tuned for photographic detail and near-universal compatibility.
Used for pixel-based artwork, scans, and photographs.
Designed for photos and compact web images.
JPG wins this route whenever its specific mix of compatibility, alpha, animation, and file size fits the destination better than DDS does.
A flat image export may keep only the top mip level or one face and can mishandle normal-map channels.
Every additional JPEG encode adds more ringing and blocking around edges, and any transparency has to be flattened to an opaque background first.
lossy JPEG pixels tuned for photographic detail and near-universal compatibility is what gets written, labeled as image/jpeg. Whether that actually opens depends on the receiving application, not on the file extension.
Inspect alpha, channel order, every required cubemap face, mip level, and texture orientation in the target engine.
Compare faces, gradients, and high-contrast edges at full display size, and confirm transparent areas were flattened the way you expect.