Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

CompressDICOM.ps1

PowerShell Script to Compress DICOM Files Using dcmcjpeg

Usage

Enable PowerShell script execution; without this step, the script will not run

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

Run the script with the root directory as the argument to compress

dicompress.ps1 <DIR>

Run with the decompression tool instead to revert

dicompress.ps1 <DIR> "dcmdjpls"

About

DICOM compression/decompression script

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages