log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
volmetrics
view convert.sh @ 18:4e02e18e70ef
find changesets by author, revision, files, or words in the commit message
quick backup - shaders 4 transfer function preview
author
Eleni Maria Stea <elene.mst@gmail.com>
date
Mon, 24 Mar 2014 23:28:08 +0200
parents
children
line source
1
#!/bin/sh
2
3
for i in *.dcm; do
4
name=`basename $i .dcm`
5
convert $i $name.png
6
done