Author: ghuck
Date: 2009-08-10 12:29:08 -0700 (Mon, 10 Aug 2009)
New Revision: 17759
Added:
csplugins/trunk/soc/ghuck/utilities/benchmarks/convert2png.sh
Log:
added convert2png.sh: script that converts all .ps images in the active folder
to .png format.
Added: csplugins/trunk/soc/ghuck/utilities/benchmarks/convert2png.sh
===================================================================
--- csplugins/trunk/soc/ghuck/utilities/benchmarks/convert2png.sh
(rev 0)
+++ csplugins/trunk/soc/ghuck/utilities/benchmarks/convert2png.sh
2009-08-10 19:29:08 UTC (rev 17759)
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+for i in *.ps
+do
+ convert ${i} ${i%.*}.png
+done
\ No newline at end of file
Property changes on:
csplugins/trunk/soc/ghuck/utilities/benchmarks/convert2png.sh
___________________________________________________________________
Name: svn:executable
+ *
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en
-~----------~----~----~----~------~----~------~--~---