Convert ndpi to tiff

Free online NDPI to TIFF converter

Convert Hamamatsu NDPI whole-slide images to compatible TIFF files.

Convert NDPI to TIFF online - free

Uploading…
Selected files exceed the 180 MB total limit. Please select fewer or smaller files.

Your file is processed instantly and never stored on our servers.

How it works

  1. 1/3

    Upload your .ndpi file

    Click to browse to select your file you want to convert or simply drag & drop your file into selected area.

  2. 2/3

    Perform .ndpi to .tiff conversion

    After successful file upload, click to convert when you are ready.

  3. 3/3

    Download converted .tiff file

    Conversion result is ready to download.

How to convert ndpi to tiff file

101convert.com Assistant Avatar

101convert.com assistant bot
39s

NDPI files are whole-slide images produced by Hamamatsu NanoZoomer scanners, but many image editors, laboratory systems, and archive workflows expect TIFF. Converting to TIFF makes the image easier to open, process, and share, although a full-resolution slide may require BigTIFF and substantial storage.

What the NDPI format is

NDPI is Hamamatsu’s proprietary whole-slide image format. NanoZoomer scanners store microscope slides as very large, multi-resolution images with associated metadata, thumbnails, and sometimes label images. You may encounter NDPI files when receiving digital pathology scans or exporting slides from Hamamatsu NDP.view2.

NDPI is TIFF-like internally, but ordinary TIFF software may not understand its proprietary structure. OpenSlide, Fiji with Bio-Formats, QuPath, and Hamamatsu software can read many NDPI variants. Support depends on the scanner generation, compression, and file contents.

What the TIFF format is

TIFF is a widely supported raster-image format used in microscopy, scanning, publishing, image analysis, and archival workflows. It supports lossless compression such as LZW, Deflate, and Zstandard, tiled storage, multiple pages, metadata, and the BigTIFF extension for files larger than 4 GB.

TIFF is useful when the destination application cannot open NDPI or when an image must be processed in software such as ImageJ, Photoshop, or a laboratory analysis system. A conventional TIFF export is often a single selected resolution or region, not the complete multi-resolution slide structure contained in the NDPI file.

How to actually convert NDPI to TIFF

Using 101convert online

You can convert the file for free on the 101convert.com website without installing software. Upload the NDPI file, select TIFF as the output format, start the conversion, and download the result. This is suitable for files accepted by the service; very large whole-slide images may exceed upload, processing, or output limits, and patient-sensitive slides should only be uploaded where the required privacy controls are available.

Using Fiji and Bio-Formats

  1. Install Fiji, which includes ImageJ, then add or update the Bio-Formats plugin through Help → Update.
  2. Open the file through File → Open or Plugins → Bio-Formats → Bio-Formats Importer.
  3. In the importer dialog, select the required resolution series and avoid opening the full-resolution level if the computer lacks sufficient RAM.
  4. Save the opened image with File → Save As → TIFF.

Fiji exports the selected image plane or resolution. It may not preserve the NDPI pyramid, scanner annotations, or all proprietary metadata. For a manageable export, choose a lower-resolution series or export only the region needed for analysis.

Using OpenSlide and Python

OpenSlide reads the resolution levels in an NDPI slide. The following example exports one complete resolution level as an RGB TIFF:

pip install openslide-python tifffile numpy
from openslide import OpenSlide
import numpy as np
import tifffile

slide = OpenSlide('sample.ndpi')
level = 2
width, height = slide.level_dimensions[level]
image = slide.read_region((0, 0), level, (width, height)).convert('RGB')
tifffile.imwrite('sample_level2.tif', np.asarray(image), photometric='rgb', compression='zlib')
slide.close()

Change level to select another pyramid level; level 0 is the highest available resolution. The selected level is loaded into memory as one array, so exporting a full-resolution slide can exhaust RAM. For large slides, process rectangular regions in tiles or export a lower level. If the output exceeds 4 GB, use BigTIFF where supported by the target application, for example by adding bigtiff=True to tifffile.imwrite.

Quality, compatibility, and limitations

  • Converting does not improve the source image. If the NDPI contains JPEG-compressed scanner data, TIFF export cannot restore detail lost during scanning.
  • A TIFF export may discard the NDPI resolution pyramid, focus data, scanner calibration, annotations, macro images, and proprietary metadata. Keep the original NDPI as the archival master.
  • Use lossless TIFF compression such as Deflate or LZW when further analysis is required. Avoid JPEG TIFF compression for measurements or repeated editing.
  • Whole-slide TIFFs can be tens or hundreds of gigabytes at full resolution. Tiled BigTIFF or OME-TIFF is generally more practical than a single untiled TIFF, but compatibility varies between applications.
  • Confirm the pixel dimensions, micrometers-per-pixel calibration, color profile, and orientation after conversion; these values may not transfer automatically.

Note: This ndpi to tiff conversion record is incomplete, must be verified, and may contain inaccuracies. Please vote below whether you found this information helpful or not.

Was this information helpful?

Frequently asked questions

Is the NDPI to TIFF converter free?

Yes, converting NDPI to TIFF on 101convert.com is completely free. No registration, email address or installation is required. If you need a higher file size limit or want to convert more files at once, see our plans.

How large can my NDPI file be?

You can upload NDPI files up to 300 MB and convert up to 3 files at once in a single batch.

What happens to my uploaded files?

Files are processed automatically and deleted from our servers within a few minutes after conversion. We never view or share your files.

Do I need to install any software to convert NDPI to TIFF?

No. The NDPI to TIFF conversion runs entirely online in your browser and works on Windows, Mac, Linux, Android and iPhone.

Did the conversion fail?

In most cases, the cause is an incorrect file format. Please upload a valid NDPI file for this NDPI to TIFF conversion. Occasionally, the issue may be on our side. We analyze recurring conversion failures and disable or fix the converter if we detect a defect.

Additional formats for
ndpi file conversion

Convert to tiff from
other formats

Share on social media: