-
Notifications
You must be signed in to change notification settings - Fork 11
/
Manual.html
298 lines (249 loc) · 7 KB
/
Manual.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<!DOCTYPE html>
<html>
<head>
<title>FastPreview Manual</title>
<meta name="author" content="Nils Maier" />
<meta charset="utf-8">
<style type="text/css">
html {
background-color: rgb(210,209,208);
font-family: 'Segoe UI', sans-serif;
}
body {
box-shadow: 0px 0px 10px rgba(33,33,33,0.8);
padding: 2em 6em 3em 6em;
color: rgb(30,30,40);
background-color: white;
max-width: 100ex;
font-size: large;
margin: 1em;
margin-left: auto;
margin-right: auto;
}
p, li {
max-width: 80ex;
margin-top: 1ex;
margin-bottom: 0.5ex;
}
a {
color: navy;
}
h1, h2, h3 {
text-shadow: 1px 1px 1px lightgray;
margin-top: 1.5ex;
margin-bottom: 0.5ex;
}
#underline {
text-shadow: 1px 1px 1px lightgray;
border-bottom: 1px solid rgba(128,128,128,0.6);
}
caption {
border-color: gray;
border-width: 2px;
padding: 1ex;
font-weight: bold;
font-size: 105%;
}
table, th, td {
border: 1px dotted gray;
}
table {
width: 100%;
border-collapse: collapse;
}
th {
padding: 2pt 4pt;
text-align: left;
}
th code {
color: darkslategray;
}
td {
padding-left: 4pt;
padding-right: 4pt;
}
li {
list-style-type: circle;
margin-bottom: 0.5ex;
}
</style>
</head>
<body>
<h1>FastPreview Manual</h1>
<p id="underline">A PicaView replacement.</p>
<h2>About</h2>
<p>FastPreview is build to mimic old <a href="http://www.google.com/search?q=ACDSystems%20PicaView">PicaView</a>
by ACDSystems. (mTools sucks :p). It has two components:</p>
<ul>
<li><strong>The Viewer</strong> - built do easily display
images (at different zoom states)</li>
<li><strong>The Shell Extension</strong> - it integrates with the regular Windows Contextual File Menu and displays wherever possible.</li>
</ul>
<h2>Features</h2>
<p>The features are pretty limited. As intended!</p>
<h3>Viewer</h3>
<ul>
<li>Best Fit-Zoom</li>
<li>"Free" zooming (10%-wise)</li>
<li>Auto-Refreshing files upon changes</li>
<li>Re-sampling display filters</li>
<li>Lossless JPEG transformation</li>
<ul>
<li>Rotations</li>
<li>Flipping (Mirror-effects)</li>
</ul>
<li>Adds the Viewer to the <em>Open with</em> list for supported types, so you can easily open the viewer from there, or even make it the default application.</li>
</ul>
<table border="1">
<caption>Keyboard shortcuts</caption> <tbody>
<tr>
<th colspan="2" rowspan="1">General</th>
</tr>
<tr>
<th><code>DEL</code></th>
<td>Delete File</td>
</tr>
<tr>
<th><code>ESC</code></th>
<td colspan="1" rowspan="2">Quit program</td>
</tr>
<tr>
<th><code>ALT + F4</code></th>
</tr>
<tr>
<th><code>R</code></th>
<td colspan="1" rowspan="2">Forced Reload</td>
</tr>
<tr>
<th><code>F5</code></th>
</tr>
<tr>
<th colspan="2" rowspan="1">Navigation / Zoom</th>
</tr>
<tr>
<th><code>Arrow-Keys</code></th>
<td>Scroll</td>
</tr>
<tr>
<th><code>A</code></th>
<td colspan="1" rowspan="2">Switch between Best Fit/Free Size</td>
</tr>
<tr>
<th><code>ENTER</code></th>
</tr>
<tr>
<th><code>*</code></th>
<td>Swtich to Best Fit</td>
</tr>
<tr>
<th><code>0</code></th>
<td rowspan="2">Swtich to Free Size and 100%</td>
</tr>
<tr>
<th><code>/</code></th>
</tr>
<tr>
<th><code>+</code></th>
<td>Zoom +10 percent points (Free Size)</td>
</tr>
<tr>
<th><code>-</code></th>
<td>Zoom -10 percent points (Free Size)</td>
</tr>
<tr>
<th><code>#</code></th>
<td>100% (Free Size)</td>
</tr>
<tr>
<th colspan="2" rowspan="1">Lossless
Transformations</th>
</tr>
<tr>
<th><code>CTRL + Up</code></th>
<td colspan="1" rowspan="2">Lossless Rotate
180° (jpeg)</td>
</tr>
<tr>
<th><code>CTRL + Down</code></th>
</tr>
<tr>
<th><code>CTRL + Left<br />
</code></th>
<td colspan="1" rowspan="2">Lossless Rotate Left/Right (jpeg)</td>
</tr>
<tr>
<th><code>
CTRL + Right</code></th>
</tr>
<tr>
<th><code>SHIFT + Up</code></th>
<td colspan="1" rowspan="2">Lossless Vertical
Flip (jpeg)</td>
</tr>
<tr>
<th><code>SHIFT</code><code> + Down</code></th>
</tr>
<tr>
<th><code>SHIFT</code><code> + Left</code></th>
<td colspan="1" rowspan="2">Lossless
Horizontal Flip (jpeg)</td>
</tr>
<tr>
<th><code>SHIFT</code><code> + Right</code></th>
</tr>
<tr>
<th colspan="2" rowspan="1">Resampling method selection</th>
</tr>
<tr>
<th><code></code><code>Numbers</code></th>
<td>Corresponding method</td>
</tr>
</tbody>
</table>
<h3>Shell Extension</h3>
<ul>
<li>Configurable Thumbnail dimensions</li>
<li>Disable the in-menu Thumbnails altogether if you just want the other stuff.</li>
<li>Adds a page to the File Properties dialog detailing the image meta-data.</li>
<li>Adds a thumbnail maker component to the system, so that Explorer, etc. will be able to show thumbnails for supported file files, e.g. WebP.</li>
</ul>
<h2>Requirements</h2>
<p>Minimal configuration</p>
<ul>
<li><b>Windows Vista or later</b> - and I indeed mean this! XP is dead — Get over it ;)</li>
<li>CPU that supports SSE3 instructions (64-bit version only)</li>
</ul>
<h2>Misc. stuff</h2>
<ul>
<li>You might have noticed by now that I hate writing manuals...</li>
<li>Pretty basic application in C/C++ without any frameworks (besides FreeImages and the XMP stuff).</li>
<li>Compiled using the Intel Compiler 14. If you're on AMD and the performance sucks, complain to Intel, not me ;(</li>
<li>There was a Version 1 developed in Borland C++Builder 6. Good times :p</li>
<li>Made in Germany — no, really!</li>
<li>Free in use, i.e. actually free; I don't monetize this application at all.</li>
<li><b>No support-ware!</b></li>
</ul>
<h2>Changes</h2>
<p>See <a href="Changes.txt">Changes.txt</a></p>
<h2>Legal stuff</h2>
<pre>
The MIT License (MIT)
Copyright © 2006-2014, Nils Maier
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
</pre>
</body>
</html>