]> git.donarmstrong.com Git - diamond_presentation.git/commitdiff
crop out diamond figures into subfigures
authorDon Armstrong <don@donarmstrong.com>
Sun, 18 Oct 2015 23:58:06 +0000 (16:58 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 18 Oct 2015 23:58:06 +0000 (16:58 -0700)
diamond_paper_figures/.gitignore
diamond_paper_figures/Makefile

index 49d14dd68b1e226748556971638c3fb101500873..e056f95de4f4dd74d841aebf3f979967796481cc 100644 (file)
@@ -1,4 +1,7 @@
 diamond_F1.jpg
+diamond_F1_a.jpg
+diamond_F1_b.jpg
+diamond_F1_c.jpg
 diamond_SF1.jpg
 diamond_SF2.jpg
 diamond_SF3.jpg
index 71fbc22b44e7b3c62d103912154a3ac36492fab7..5b12395657c6a970f91e425bc7cd5bbd5eb0d501 100644 (file)
@@ -15,3 +15,12 @@ $(MBLAST_FIGURES): mblast_%.png:
        wget -O temp.gif "http://www.omicsonline.org/JDMGPimages/2153-0602-4-135-g00$*.gif"
        convert temp.gif $@
        rm -f temp.gif
+
+diamond_F1_a.jpg: diamond_F1.jpg
+       convert -crop '335x311+0x0' $^ $@
+
+diamond_F1_b.jpg: diamond_F1.jpg
+       convert -crop '320x311+335x0' $^ $@
+
+diamond_F1_c.jpg: diamond_F1.jpg
+       convert -crop '291x311+655x0' $^ $@