forked from AlloyTeam/AlloyImage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalloyphoto.html
73 lines (68 loc) · 2.77 KB
/
alloyphoto.html
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
65
66
67
68
69
70
71
72
73
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Tencent.AlloyTeam.Dorsywang" />
<meta name="copyright" content="Tencent.AlloyTeam" />
<meta name="keywords" content="alloyPhoto 简约版,alloyImage,alloyPhoto,html5 canvas,alloyTeam" />
<meta name="description" content="alloyPhoto简约版,一款基于alloyImage库的图像处理应用,alloyImage是基于html5的图像处理js代码库。" />
<title>AlloyPhoto 简约版--Tencent AlloyTeam</title>
<link media="all" rel="stylesheet" href="style/main.css" type="text/css" />
<link media="all" rel="stylesheet" href="style/bar.style.css" type="text/css" />
<script type="text/javascript" src="js/combined/alloyimage.js"></script>
<script type="text/javascript" src="js/main2.js"></script>
</head>
<body>
<div class="header">AlloyPhoto 简约版 1.0</div>
<div class="wrapper">
<div class="left">
<h3>效果</h3>
<ul id="effects" class="effects">
<li class="e_item">
<div class="imgWrapper">
<img src="images/demo/e1.jpg" alt="" />
素描效果
</div>
</li>
</ul>
</div>
<div class="right">
<div id="picWrapper" class="picWrapper">
<img src="img/8.jpg" class="pic" id="pic" alt="" draggable="false"/>
</div>
</div>
</div>
<div class="command">
<ul class="demoImg">
<li>示例图片 <br />demos</li>
<li class="d_item"><img src="img/8.jpg" /></li>
<li class="d_item"><img src="img/11.jpg" /></li>
<li class="d_item"><img src="img/10.jpg" /></li>
<li class="d_item"><img src="img/4.jpg" /></li>
<li class="d_item"><img src="img/2.jpg" /></li>
</ul>
<ul class="command_items">
<li>
<a class="button" href="#" class="mask">打开图片</a>
</li>
</ul>
<div class="footer">
<div class="links">
<a href="alloyphotopro.html">专业版</a> <a href="http://alloyteam.github.com/AlloyPhoto/" target="_blank">Docs</a> <a target="_blank" href="http://www.dorsywang.com">Blog</a>
</div>
<div class="copyright">Copyright © <script>document.write(new Date().getFullYear());</script> <a href="http://www.AlloyTeam.com/" target="_blank">Tencent AlloyTeam</a>. All Rights Reserved.</div>
</div>
</div>
<input type="file" name="open" id="open" class="open" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23019343-11']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>