Skip to content

Instantly share code, notes, and snippets.

@jdmichaud
Created October 30, 2025 16:28
Show Gist options
  • Select an option

  • Save jdmichaud/e8deba032bfe76662304640e46d94144 to your computer and use it in GitHub Desktop.

Select an option

Save jdmichaud/e8deba032bfe76662304640e46d94144 to your computer and use it in GitHub Desktop.
ImageMagick

This does not currently work.

  • Render an image from a Dicom file (the last one in case the DICOM file contain an icon)
  • resize the image using the Bicubic interpolation method
  • apply the VOI Lut
convert isome.file[-1] -resize 50% -interpolate Bicubic -level 495,210 isome.file.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment