Skip to content

Commit f7ee3e8

Browse files
authored
Merge pull request #1 from scifio/add-test-images
Add test image section and download links for test images
2 parents cfb5ac0 + b9e99e3 commit f7ee3e8

File tree

4 files changed

+94
-0
lines changed

4 files changed

+94
-0
lines changed

images/index.html

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,100 @@
263263

264264
</div> <!-- /container -->
265265

266+
<h3 style="margin-left : 20px" >Test images (used for validation) </h3>
267+
<div class="container theme-showcase" style="width: 100%" role="main">
268+
<table class="table">
269+
270+
<tr>
271+
<th>Thumbnail</th>
272+
<th>Download</th>
273+
<th>File Size</th>
274+
<th>File format</th>
275+
<th>Contributed by</th>
276+
</tr>
277+
278+
<tr>
279+
<td rowspan=2><img src="test-avi.jpg" width="100"></td>
280+
<td colspan=10>
281+
An AVI version of the
282+
<a href="https://imagej.net/images/t1-rendering.zip">T1 Head Renderings</a>
283+
sample dataset from the
284+
<a href="https://imagej.net/images/">ImageJ sample images</a>.
285+
The dataset is a stack of 36 surface renderings of the "T1 Head"
286+
volume. It was created using the "Render Cine-mode" option in
287+
<a href="http://bij.isi.uu.nl/vr.htm">VolumeJ</a>, using the
288+
default settings. The "T1 Head" is a T1 weighted MRI head dataset
289+
<a href="https://imagej.net/images/t1-rendering.zip">courtesy of Jeff Orchard</a>.
290+
Voxels outside the head have been set to zero to improve file
291+
compression. This was done by subtracting 32 from each of the 129
292+
slices.
293+
</td>
294+
</tr>
295+
<tr>
296+
<td><a href="https://samples.scif.io/test-avi.zip">test-avi.zip</a></td>
297+
<td>AVI</td>
298+
<td>752,503 bytes</td>
299+
<td>Jeff Orchard and Wayne Rasband</td>
300+
</tr>
301+
302+
<tr>
303+
<td><img src="test-image.jpg" width="100"></td>
304+
<td><a href="https://samples.scif.io/test-eps.zip">test-eps.zip</a></td>
305+
<td>EPS</td>
306+
<td>101,557 bytes</td>
307+
<td><a href="https://imagej.net/User:Gab1one">Gabriel Einsdorf</a></td>
308+
</tr>
309+
310+
<tr>
311+
<td><img src="test-image.jpg" width="100"></td>
312+
<td><a href="https://samples.scif.io/test-gif.zip">test-gif.zip</a></td>
313+
<td>GIF</td>
314+
<td>311,118 bytes</td>
315+
<td><a href="https://imagej.net/User:Gab1one">Gabriel Einsdorf</a></td>
316+
</tr>
317+
318+
<tr>
319+
<td><img src="test-ics.jpg" width="100"></td>
320+
<td><a href="https://samples.scif.io/test-ics.zip">test-ics.zip</a></td>
321+
<td>Image Cytometry Standard (ICS)</td>
322+
<td>334,825 bytes</td>
323+
<td><a href="https://imagej.net/User:Eglinger">Jan Eglinger</a></td>
324+
</tr>
325+
326+
<tr>
327+
<td><img src="test-image.jpg" width="100"></td>
328+
<td><a href="https://samples.scif.io/test-jpeg2000.zip">test-jpeg2000.zip</a></td>
329+
<td>JPEG 2000</td>
330+
<td>180,836 bytes</td>
331+
<td><a href="https://imagej.net/User:Gab1one">Gabriel Einsdorf</a></td>
332+
</tr>
333+
334+
<tr>
335+
<td><img src="test-image.jpg" width="100"></td>
336+
<td><a href="https://samples.scif.io/test-jpg.zip">test-jpg.zip</a></td>
337+
<td>JPEG</td>
338+
<td>102,382 bytes</td>
339+
<td><a href="https://imagej.net/User:Gab1one">Gabriel Einsdorf</a></td>
340+
</tr>
341+
342+
<tr>
343+
<td><img src="test-image.jpg" width="100"></td>
344+
<td><a href="https://samples.scif.io/test-pict.zip">test-pict.zip</a></td>
345+
<td>QuickTime PICT</td>
346+
<td>100,055 bytes</td>
347+
<td><a href="https://imagej.net/User:Gab1one">Gabriel Einsdorf</a></td>
348+
</tr>
349+
350+
<tr>
351+
<td><img src="test-image.jpg" width="100"></td>
352+
<td><a href="https://samples.scif.io/test-png.zip">test-png.zip</a></td>
353+
<td>Portable Network Graphics (PNG)</td>
354+
<td>1,023,286 bytes</td>
355+
<td><a href="https://imagej.net/User:Gab1one">Gabriel Einsdorf</a></td>
356+
</tr>
357+
358+
</table>
359+
</div>
266360
<!-- Bootstrap core JavaScript
267361
================================================== -->
268362
<!-- Placed at the end of the document so the pages load faster -->

images/test-avi.jpg

10.6 KB
Loading

images/test-ics.jpg

2.92 KB
Loading

images/test-image.jpg

17.3 KB
Loading

0 commit comments

Comments
 (0)