-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
473 lines (407 loc) · 21.7 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
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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>rawson.js - a camera raw previewer in javascript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link rel="stylesheet" type="text/css" href="external/bootstrap/css/bootstrap.min.css"/>
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
.hero-unit {
text-align: center;
height:300px;
padding-bottom: 0px;
}
.rawson-screenshot {
background-image: url(site/rawson_screenshot.jpg);
background-position: -10px -220px;
width: 890px;
height: 360px;
margin-left: -60px;
margin-top: -60px;
position: absolute;
opacity: 0.7;
z-index:0;
}
footer p {
margin-top: 20px;
text-align: center;
}
.rawson-logo {
background-image: url(site/rawsonjs.png);
background-repeat: no-repeat;
padding-top: 160px;
width: 764px;
height: 300px;
position: absolute;
opacity: 1;
z-index:1;
}
/* Landscape phones and down */
@media (max-width: 768px) {
.hero-unit {
padding: 0px;
background-color: transparent;
height: 350px;
}
.navbar .brand {
font-size: 14px;
}
.rawson-logo {
background-image: url(site/rawsonjs_320.png);
left:0;
padding-top: 180px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 40px;
width: 320px;
}
.rawson-logo p {
font-size: 14px;
line-height:18px;
}
.btn-large {
padding: 5px 9px;
font-size: 14px;
}
.rawson-screenshot {
display: none;
}
}
@media (max-width: 768px) {
left: 0px;
}
p.subhero-links {
margin-top:9px;
}
p.subhero-links a {
background-color: #63ae24;
color: white;
font-size: 14px;
}
</style>
<link href="external/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="http://twitter.github.com/bootstrap/assets/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
</head>
<body data-spy="scroll">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">rawson.js - a camera raw viewer in javascript</a>
<div class="nav-collapse">
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#rawformats">Supported RAW Files</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit offset1 span8">
<div class="rawson-logo">
<p style="background-color:red; color: white;">preview <a href="http://en.wikipedia.org/wiki/Raw_image_format" target="_new">camera raw</a> photos in your browser without software or plugin install </p>
<a class="btn btn-primary btn-large" href="rawson.html">Try it now...</a>
<a class="btn btn-large" href="https://github.com/fbuchinger/rawson.js/zipball/master">Download</a>
<a class="btn btn-large" href="https://github.com/fbuchinger/rawson.js">Visit rawson.js@github</a>
<p class="subhero-links"><a href="https://github.com/fbuchinger/rawson.js/wiki/Roadmap" target="_new"><b>Version 0.2 ("real RAW", 2013-02-12, experimental)</b>, see Roadmap & Changelog</a></p>
</div>
<div class="rawson-screenshot"></div>
<div class="rawson-claim">
</div>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="span4 offset2">
<h3>written in 100% Javascript</h3>
<p>rawson.js has been written in 100% Javascript, you just need a modern browser to run in. No software downloads or plugin installs.</p>
<h3>less than 500kb in size</h3>
<p>rawson.js is just 500kb in size, while desktop raw processors require you to download dozens of megabytes</p>
<h3>no traces on your system</h3>
<p>rawson.js is the perfect choice for opening raw files on guest computers.
It doesn't force you to store or convert files locally, and its traces can be quickly removed by clearing the browser cache.</p>
</div>
<div class="span4">
<h3>Supports more than 400 cameras</h3>
<p>Open .CR2, .CRW, .ORF, .NEF and many files more from manufacturers like Canon, Nikon, Sony, Minolta, Olympus and Hasselblad,
powered by a javascript port of the leading open source raw decoder <a href="http://www.cybercom.net/~dcoffin/dcraw/">dcraw</a>.</p>
<h3>zero-install, cross-platform</h3>
<p>Enjoy the rawson.js on every platform, without prior installation. rawson.js runs in Firefox 3.6+ or Chrome 8+ on Windows, Linux or MacOS X</p>
<h3><strike>reasonable performance</strike></h3>
<p><strike>Opening a RAW file takes about 5 seconds on my moderately equiped Lenovo ThinkPad Edge 13 laptop (<a href="http://www.cpubenchmark.net/cpu_lookup.php?cpu=AMD+Turion+II+Neo+K685+Dual-Core" target="_new">AMD K685</a>, 6GB RAM)</strike>In v0.2 the performance is poor on purpose, as we wanted to access real raw data. v0.3 should bring a smarter rendering mechanism again.</p>
</div>
</div>
<section id="about">
<div class="page-header offset1">
<h1>
About <small>Why rawson.js?</small>
</h1>
</div>
<div class="row">
<div class="span8 offset2">
Being a passionate digital photographer, I was always annoyed by bloated desktop photo processing tools. The browser photo editing
experience was disappointing too, because it limits the user to the lossy JPEG format and thus prevents any serious editing (e.g. color corrections, graduation curve adjustments). With rawson.js
I want to overcome these limitations and create a full-fledged digital darkroom in the browser using the latest HTML5 technologies.
</div>
</div>
</section>
<section id="features">
<div class="page-header offset1">
<h1>
Features <small>What to expect from rawson.js</small>
</h1>
</div>
<div class="row">
<div class="span8 offset2">
<dl>
<dt>browser-based previews of all common RAW formats</dt>
<dd>Thanks to its dcraw "engine", rawson.js should be capable of displaying previews of all common raw files in your browser</dd>
<dt>easy-to-use editing functions</dt>
<dd>zoom, scale and rotate the opened photo. More editing functions can be added via an <a href="https://github.com/fbuchinger/rawson.js/wiki/Javascript-API">extensible plugin interface.</a></dd>
<dt>saving functions</dt>
<dd>rawson.js runs in your browser, but it doesn't destroy your work. At any time, you can download a JPEG copy of the photo you are editing.
Image saving is handled purely by Javascript, you don't need any server-side component for that. New file formats can be added via a <a href="https://github.com/fbuchinger/rawson.js/wiki/Javascript-API">plugin interface</a></dd>
<dt>post to photosharing sites [Coming Soon!]</dt>
<dd>rawson.js allows you to post to edited photo directly to various photosharing sites. Currently, we support <a href="http://img.ur">img.ur</a>, but more photosharing
services can be added via a <a href="https://github.com/fbuchinger/rawson.js/wiki/Javascript-API">plugin interface</a>.</dd>
</dl>
For detailed, per-version feature lists please check <a href="https://github.com/fbuchinger/rawson.js/wiki/Roadmap" target="_new">the changelog/roadmap</a>
</div>
</div>
</section>
<section id="faq">
<div class="page-header offset1">
<h1>
FAQ <small>frequently asked questions</small>
</h1>
</div>
<div class="row">
<div class="span8 offset2">
<h3>Will rawson.js run on Internet Explorer?</h3>
<p>The rawson.js viewer application will not run on current versions of Internet Explorer
(IE 9 or less), because IE doesn't support the W3C File API for local file access.
This might change in IE 10.</p>
<h3>Can I edit my camera raw photos in rawson.js like I do in Lightroom or RawTherapee?</h3>
<p> Not yet. We 've introduced the rendering of real raw image data in v0.2, but there still is a long way to go to support editing.</p>
<h3>Where can I find RAW sample images for testing rawson.js?</h3>
<p> The camera reviews of <a href="http://www.photographyblog.com/">Photography Blog</a> and <a href="http://www.imaging-resource.com">Imaging Resource</a> usually include a few RAW images for each camera model.
<a href="http://www.rawsamples.ch">Rawsamples.ch</a> provides a collection of older RAW images, but hasn't been updated since 2009. RAW images are quite big (30 MB and more), so please do not <a href="http://en.wikipedia.org/wiki/Inline_linking">hot-link</a> these files.</p>
<h3>I receive a "script executing warning" when opening a raw file. What can I do?</h3>
<p>Use a faster laptop/computer. Since v0.2, we are rendering the actual raw image data, not just the embedded preview. On netbooks/slower laptops it might take minutes until a raw image is opened. We are working on a mechanism to optimize the rendering of raw images for slower systems. </p>
<p>Update to the latest version of Firefox or Chrome, as the Javascript performance usually improves significantly between the versions.</p>
<p>Make sure you have closed/deactivated Firebug or the Chrome Developer Extensions. Especially Firebug can massively slow down rawson.js</p>
<p>Cross your fingers and try another raw file ;)</p>
<h3>Any reason for the name "rawson.js"? What kind of animal is shown in the rawson.js logo?</h3>
<p>"Rawson" isn't just a cool-sounding word starting with "RAW...", it is in fact the <a href="http://en.wikipedia.org/wiki/Rawson,_Chubut">capital of the Argentine province Chubut, Patagonia</a>.
Before starting to work on my then undubbed RAW previewer, I travelled to Argentina and explored the beauty of Patagonia. During the travel, I also
noticed certain tensions between Argentina and England. So I decided to name my project "rawson.js" in order to remind the two countries of their shared past (The city of Rawson was founded by Welsh immigrants in 1854)
</p><p></p>
The logo animal of rawson.js is a <a href="http://en.wikipedia.org/wiki/Commerson%27s_dolphin ">Commerson's Dolphin <i>(Cephalorhynchus commersonii)</i></a>,
whose very distinctive patterning might remind one of the <a href="http://en.wikipedia.org/wiki/Bayer_filter">Bayer filters</a> used in Digital photography.
</p>
</div>
</div>
</section>
<section id="rawformats">
<div class="page-header offset1">
<h1>
Supported File Formats <small>raw file formats you can open with rawson</small>
</h1>
</div>
<div class="row">
<div class="span8 offset2">
<p>The following table shows all Camera RAW file types, that are (theoretically) supported by rawson.js. Because the RAW decoding component of rawson is a direct port of
dcraw.c, it inherits all functionality from it.
<p>For a detailed list of supported cameras, consult <a href="http://www.cybercom.net/~dcoffin/dcraw/#cameras">dcraw's supported cameras page.</a><br />
The file extensions and their descriptions have been taken from <a href="http://www.sno.phy.queensu.ca/~phil/exiftool/#supported">ExifTool's Supported File Types</a> </p>
<table class="table table-striped">
<thead>
<tr>
<th>Extension</th>
<th>File Format /Manufacturer</th>
</tr>
</thead>
<tbody>
<tr>
<td>.3fr</td>
<td>Hasselblad 3F Raw Image</td>
</tr>
<tr>
<td>.ari</td>
<td><a href="http://archiv.arri.de/arriraw/index.html">ARRI Raw Image</a></td>
</tr>
<tr>
<td>.arw</td>
<td>Sony Alpha RAW</td>
</tr>
<tr>
<td>.crw, .ciff</td>
<td><a href="http://www.sno.phy.queensu.ca/~phil/exiftool/canon_raw.html">Camera RAW Image File Format (CIFF)</a></td>
</tr>
<tr>
<td>.cr2</td>
<td>Canon Raw 2</td>
</tr>
<tr>
<td>.dcr</td>
<td>Kodak Digital Camera RAW</td>
</tr>
<tr>
<td>.dng</td>
<td>Adobe Digital Negative</td>
</tr>
<tr>
<td>.eip</td>
<td>Capture One Enhanced Image Package</td>
</tr>
<tr>
<td>.fff</td>
<td>Hasselblad Flexible File Format</td>
</tr>
<tr>
<td>.iiq</td>
<td>Phase One Intelligent Image Quality RAW</td>
</tr>
<tr>
<td>.k25</td>
<td>Kodak DC25 RAW</td>
</tr>
<tr>
<td>.kdc</td>
<td>Kodak Digital Camera RAW</td>
</tr>
<tr>
<td>.mef</td>
<td>Mamiya (RAW) Electronic Format </td>
</tr>
<tr>
<td>.mos</td>
<td>Creo Leaf Mosaic</td>
</tr>
<tr>
<td>.mrw</td>
<td>Minolta RAW</td>
</tr>
<tr>
<td>.nef</td>
<td>Nikon (RAW) Electronic Format</td>
</tr>
<tr>
<td>.nrw</td>
<td>Nikon RAW (2)</td>
</tr>
<tr>
<td>.orf</td>
<td>Olympus RAW Format</td>
</tr>
<tr>
<td>.pef</td>
<td>Pentax (RAW) Electronic Format</td>
</tr>
<tr>
<td>.raf</td>
<td>FujiFilm RAW Format</td>
</tr>
<tr>
<td>.raw</td>
<td>Kyocera Contax N Digital RAW or Panasonic RAW</td>
</tr>
<tr>
<td>.rw1</td>
<td>Panasonic Raw 1</td>
</tr>
<tr>
<td>.rw2</td>
<td>Panasonic Raw 2</td>
</tr>
<tr>
<td>.rwz</td>
<td>Rawzor compressed image</td>
</tr>
<tr>
<td>.sr2</td>
<td>Sony RAW 2</td>
</tr>
<tr>
<td>.srf</td>
<td>Sony RAW Format</td>
</tr>
<tr>
<td>.srw</td>
<td>Samsung RAW Format</td>
</tr>
<tr>
<td>.x3f</td>
<td>Sigma/Foveon RAW Format</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<section id="contributors">
<div class="page-header offset1">
<h1>
Contributors <small>Kudos to...</small>
</h1>
</div>
<div class="row">
<div class="span8 offset2">
<ul>
<li><a href="http://www.cybercom.net/~dcoffin/">Dave Coffin</a> for writing and maintaining <a href="http://www.cybercom.net/~dcoffin/dcraw/">dcraw.c</a></li>
<li><a href="http://gabylucano.carbonmade.com/">Gabriela Lucano</a> for designing the <a href="site/rawsonjs.png">rawson.js logo</a></li>
<li><a href="https://github.com/gulrotkake">gulrotkake</a> for reworking the <a href="https://github.com/fbuchinger/rawson.js/pull/2">dcraw.c -> dcraw.js compilation</a></li>
</ul>
</div>
</div>
</section>
<footer>
<p>rawson.js © Franz Buchinger 2012, licensend under a MIT-style license </p>
</footer>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="external/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="external/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="external/bootstrap/js/bootstrap-scrollspy.js"></script>
<script>
$(function(){
$('.navbar').scrollspy();
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32163671-1']);
_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>