Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 518 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 518 Bytes

Image-Downsample

Code to down sample series of dicom and tif image using Pydicom and Rasterio library

Library you needs:

  • Pydicom (to read/write dicom files)
  • Rasterio (to read/write tif files)
  • Tkinter (for GUI)

How to use it?

  • Run the above-provided Python code in any IDE and select the input directory (where your images are) in the first window, the output directory to store the files in the second tab, and the rescale factor in the third window (in what size you want to rescale it).

That's all!