volmetrics

view help/replace.sh @ 30:e548d95e0667

fixed lighting, added parameter for volume rotation
author Eleni Maria Stea <elene.mst@gmail.com>
date Thu, 01 May 2014 15:28:51 +0300
parents
children
line source
1 #!/bin/bash
2 for i in *.dcm; do convert $i `basename $i .dcm`.png; done