Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fogleman committed Aug 3, 2016
1 parent 40ab3b6 commit 88a88bc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -3,3 +3,16 @@
Voxels are subsampled and multiplied against a projection matrix. Multiple color windows can be applied.

http://i.imgur.com/JrN75I7.gifv

### How-To

go get -u github.com/fogleman/vol

Convert DICOMs to PNG using ImageMagick.

$ mkdir png
$ mogrify -path png/ -format png *.dcm

Run this script.

$ vol png/

0 comments on commit 88a88bc

Please sign in to comment.