-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
129 lines (72 loc) · 4.82 KB
/
index.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Xnip | Handy Screenshot App for Mac</title>
<meta name="author" content="Xnip">
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta property="og:site_name" content="Xnip"/>
<meta property="og:image" content="/favicon.ico"/>
<link href="/favicon.ico" rel="icon">
<link rel="alternate" href="/atom.xml" title="Xnip" type="application/atom+xml">
<link rel="stylesheet" href="/css/style.css" media="screen" type="text/css">
</head>
<body>
<div class="blog">
<div class="content">
<header>
<div class="site-branding">
<h1 class="site-title">
<a href="/">Xnip</a>
</h1>
<p class="site-description">Handy Screenshot App for Mac</p>
</div>
<nav class="site-navigation">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/support">Support</a></li>
</ul>
</nav>
</header>
<main class="site-main posts-loop">
<article>
<div class="article-top-meta">
</div>
<div class="article-content">
<div class="entry">
<div align="center"><img src="http://github.com/ZekeDa/XnipWebsite/raw/master/images/icon.jpg" alt="" title="[Xnip Icon]" width="100"></div><br><div align="center">Available on the <a href="https://itunes.apple.com/us/app/xnip/id1221250572?mt=12" target="_blank" rel="external">Mac App Store</a></div><br><div align="center" style="margin-bottom: 50px;margin-top: 50px;"><iframe width="750" height="420" src="https://www.youtube.com/embed/6TGhLE9r-mI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
<h1 id="Annotation"><a href="#Annotation" class="headerlink" title="Annotation"></a>Annotation</h1><p>Xnip has rich image annotation tools. And you can resize your capture region even when you are annotating.</p>
<div align="center"><a href="http://github.com/ZekeDa/XnipWebsite/raw/master/images/annotation_screeshot_gif.gif" target="_blank" rel="external">The operation of the annotation</a></div><br><div align="center"><img src="http://github.com/ZekeDa/XnipWebsite/raw/master/images/annotation_screenshot.jpeg" alt="" title="[Annotation]" width="500"></div><br><br><br><br><div align="center"><img src="http://github.com/ZekeDa/XnipWebsite/raw/master/images/tool_bar_en.jpg" alt="" title="[Toolbar]" width="500"></div>
<h1 id="Scrolling-Capture"><a href="#Scrolling-Capture" class="headerlink" title="Scrolling Capture"></a>Scrolling Capture</h1><p>Scrolling capture helps you to capture a full-page screenshot even if the content not showing on the current screen.</p>
<p>You can use Xnip to capture your source code, article, chat history etc.</p>
<div align="center"><a href="http://www.xnipapp.com/scrolling-capture/">See how to take a scrolling capture</a></div><br><div align="center"><br><img src="http://github.com/ZekeDa/XnipWebsite/raw/master/images/scrolling_capturing.jpg" alt="" title="[scrolling capture]" width="400"><br></div>
<h1 id="Window-Capturing"><a href="#Window-Capturing" class="headerlink" title="Window Capturing"></a>Window Capturing</h1><p>Xnip can take a screenshot of a window with the shadow effect, just like the built-in screenshot tool of macOS. </p>
<p>Furthermore, you can press and hold Shift to capture multiple windows when capturing window.</p>
<div align="center"><a href="http://github.com/ZekeDa/XnipWebsite/raw/master/images/window_capture_gif.gif" target="_blank" rel="external">The operation of the window capturing</a></div><br><div align="center"><br><img src="http://github.com/ZekeDa/XnipWebsite/raw/master/images/window_capture.jpg" alt="" title="[Window Capturing]" width="700"><br></div>
<h1 id="Pin-Images"><a href="#Pin-Images" class="headerlink" title="Pin Images"></a>Pin Images</h1><p>Pin images as an always-on-top floating window on your screen.</p>
<div align="center"><br><img src="http://github.com/ZekeDa/XnipWebsite/raw/master/images/pin_image.jpg" alt="" title="[Pin Images]" width="700"><br></div>
</div>
</div>
<div class="article-footer">
<div class="article-meta pull-left">
</div>
</div>
</article>
<nav class="pagination">
</nav>
</main>
<footer class="site-footer">
<p class="site-info">
Powered by <a href="https://hexo.io/" target="_blank">Hexo</a> |
Theme - <a href="https://github.com/CodeDaraW/Hacker" target="_blank">Hacker</a>
<p>Hosted by <a href="https://pages.github.com/" style="font-weight: bold">Github Pages</a></p>
</br>
© 2019 Xnip
</p>
</footer>
</div>
</div>
</body>
</html>