-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOverview.html
More file actions
64 lines (50 loc) · 2.63 KB
/
Overview.html
File metadata and controls
64 lines (50 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-90363932-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div style="width:100%">
<div style="width:800px;margin:0 auto">
<h1>MasterCopy</h1>
<a href="index.html">MasterCopy</a> is a free, open source web app
for artists who use digital projectors
to transfer their work to canvas.
If you've ever used a digital projector to transfer
artwork, you know it's <em>really</em> hard to get the image aligned with the canvas.
It doesn’t matter whether you move the projector or you move the canvas -
either way you’re going to be spending some time.
MasterCopy takes a different approach -
instead of you moving the projector or the canvas, MasterCopy moves the image.
All you have to do is use the mouse to drag the corners in place.
<h2>Videos</h2>
A 90 second introduction to MasterCopy.<br/>
<!--<iframe width="854" height="480" src="https://www.youtube.com/embed/rtPwoxF3wC4" frameborder="0" allowfullscreen></iframe>-->
<iframe width="427" height="240" src="https://www.youtube.com/embed/rtPwoxF3wC4" frameborder="0" allowfullscreen></iframe>
<br/>
<br/>
A 7.5 minute demonstration of MasterCopy features.<br />
<iframe width="427" height="240" src="https://www.youtube.com/embed/yxBiPN5RW4k" frameborder="0" allowfullscreen></iframe>
<br/>
<br/>
Using MasterCopy offline (coming soon)
<br/>
<br/>
<h2>Open Source project</h2>
MasterCopy is open source and released under the
<a href="https://github.com/MikeHopcroft/MasterCopy/blob/gh-pages/LICENSE">MIT license</a>.<br/>
<a href="Contributions.html">Contributions</a> are always welcome.
<a href="https://github.com/MikeHopcroft/MasterCopy">Source code on GitHub</a>.
</div>
</div>
</body>
</html>