Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. img1 = Import["...\hand1.png"];
  2. img2 = Import["...\hand2.png"];
  3.  
  4. Gimg1 = Graphics[Inset[img1, {0, 0}, {199.5, 141.5}, 400], PlotRange -> {{-199.5, 199.5}, {-141.5, 141.5}}];
  5. Gimg2 = Graphics[Inset[img2, {0, 0}, {199.5, 141.5}, 400], PlotRange -> {{-199.5, 199.5}, {-141.5, 141.5}}];
  6.  
  7. Show[{Gimg2, Gimg1}]
  8.  
  9. Show[{img2, img1}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement