TN3 BMP
File conversion

Convert TN3 to BMP

QUICK ANSWER
Is it possible to convert TN3 to BMP?
Yes - TN3 converts to BMP.

Download XnView MP, enable 'Show all graphic formats' in Settings, open the .tn3 file, and use File > Export to save as BMP. No quality is lost - both formats are lossless raster bitmaps.

Also to BMP: QOI · XPM · PPM

On this page

Tested on macOS, Windows & Linux
Last verified Sep 2026

More free converters

HEIC, PNG, WEBP, MP3 and more - every tool here is free.

Open the toolbox

Why convert TN3 to BMP?

.tn3 is an obsolete Atari ST high-resolution bitmap with no native support in modern software. .bmp is a simple, lossless, uncompressed format supported by virtually every Windows application, making it a practical target when a downstream tool requires BMP input specifically.

How to convert TN3 to BMP

XnView MP FREE

Enable 'Show all graphic formats' in Settings > General, open the .tn3 file, then go to File > Export, choose BMP as the output format, and click OK.

RECOIL OPEN-SOURCE

Run recoil2png yourfile.tn3 to produce a PNG, then open the PNG in any image editor and save as BMP. RECOIL does not export BMP directly.

About these formats

Quality & what to watch

  • TN3 is always 1-bit monochrome (640x400). The output BMP will be a black-and-white bitmap - there is no color information in the source file.
  • No quality is lost. Both TN3 and BMP are lossless; the decoded pixel data is preserved exactly.
  • BMP uses no compression, so the output file will be larger than an equivalent PNG. For archiving, PNG is more efficient.

Frequently asked questions

Can RECOIL export BMP directly?
No. RECOIL's recoil2png tool outputs PNG only. Open the exported PNG in any image editor to save as BMP if needed.
What resolution will the BMP be?
640x400 pixels - the fixed resolution of the Atari ST high-resolution screen mode that TN3 encodes.
Will the BMP work in older Windows applications?
Yes. XnView MP writes a standard Windows BMP compatible with any application that opens bitmap files.