-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext-imageannotation-example.html
More file actions
13 lines (13 loc) · 1.32 KB
/
ext-imageannotation-example.html
File metadata and controls
13 lines (13 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>ext-imageannotation example</title></head>
<body>
<h1>ext-imageannotation example</h1>
<h2>query parameters</h2>
<p> <span style="color:green; font-family: monospace">bkgd_url</span> points to the image to be annotated</p>
<p> <span style="color:green; font-family: monospace">imageannotation_text</span> points to a json file that contains the text</p>
<p> <span style="color:green; font-family: monospace">url</span> points to the url of an svg file that describes regions in the image. it should have the same dimensions as the image file. this is the only file that will be written back to.</p>
<p style="font-family: monospace">
<a href="svg-editor.html?bkgd_url=ext-imageannotation-example/Hs-18480-facsimile.jpg&url=ext-imageannotation-example/Hs-18480-annotations.svg&imageannotation_text=ext-imageannotation-example/Hs-18480-lines.json">svg-editor.html<br/>?<span style="color:green">bkgd_url=</span>ext-imageannotation-example/Hs-18480-facsimile.jpg<br/>&<span style="color:green">url=</span>ext-imageannotation-example/Hs-18480-annotations.svg<br/>&<span style="color:green">imageannotation_text=</span>ext-imageannotation-example/Hs-18480-lines.json</a></p>
</body>
</html>