TIFF conversion to PNG and aggregated PDF combined in semtiffconv.sh.
For use with new SEM images. Just run the command once, and PNG files and one PDF will be created in working directory where semtiffconv.sh is called.master
parent
74182ae148
commit
7d88ea27cc
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
## Convert TIFF images into PNG images and create an aggregated PDF
|
||||
## Written August 20, 2010
|
||||
## Taha Ahmed
|
||||
|
||||
mogrify -format png *.tif
|
||||
convert *.tif ${PWD##*/}.pdf
|
||||
|
||||
exit 1
|
Loading…
Reference in New Issue