Difference between revisions of "ImageMarkupTool"

From TEIWiki
Jump to navigation Jump to search
(added new version, changed download link)
m
 
(16 intermediate revisions by one other user not shown)
Line 5: Line 5:
  
 
== Synopsis ==
 
== Synopsis ==
The Image Markup Tool is a Windows application for annotating images using TEI P5 and SVG.
+
The Image Markup Tool is a Windows application for annotating images using TEI P5. It makes use of the <facsimile>, <surface> and <zone> elements for specifying areas on images, and linking annotations and transcriptions, in the form of <div> elements, to <zone>s.
  
 
== Features ==
 
== Features ==
* You can delimit an area on the image and add an annotation to it.
+
* You can delimit areas on the image and associate annotations to them.
 
* You can classify annotations into categories.
 
* You can classify annotations into categories.
* You can export an interactive "Web View" of the annotated image.
+
* You can distinguish between "transcriptional" and "non-transcriptional" categories.
 +
* You can export an interactive "Web View" of the annotated image Here's an [http://tapor.uvic.ca/~mholmes/image_markup/tutorial/main_window.htm example].
  
 
== User commentary ==
 
== User commentary ==
Line 17: Line 18:
  
 
== System requirements ==
 
== System requirements ==
Windows 2000 or XP.
+
Windows 2000, XP or Vista; Linux Wine 1.0 and above. Since 2014 also Mac OSX.
  
 
== Source code and licensing ==
 
== Source code and licensing ==
Line 23: Line 24:
  
 
== Support for TEI ==
 
== Support for TEI ==
Its native file format is TEI (P5) plus SVG (1.1). It can also export to [[DocBook]].
+
Its native file format is TEI (P5). It can also export to [[DocBook]].
  
 
== Language(s) ==
 
== Language(s) ==
Line 31: Line 32:
  
 
== Documentation ==
 
== Documentation ==
There is a [http://www.tapor.uvic.ca/~mholmes/image_markup/tutorial/getting_started.htm tutorial].
+
There is a [http://tapor.uvic.ca/~mholmes/image_markup/tutorial/getting_started.htm tutorial].
  
 
== Tech support ==
 
== Tech support ==
There is a development blog where anyone can post comments, and the author can be contacted by email.
+
The author can be contacted by email to file bug reports. A list of [http://www.tapor.uvic.ca/~mholmes/image_markup/update.php open and fixed bugs] is maintained on the website.
  
 
== User community ==
 
== User community ==
Line 40: Line 41:
  
 
== Sample implementations ==
 
== Sample implementations ==
 +
* [http://mariage.uvic.ca/ Le mariage sous L'Ancien Régime]
 
* [http://lettuce.tapor.uvic.ca/~taprimap/imapdemo/demo/ Image Markup and Presentation]
 
* [http://lettuce.tapor.uvic.ca/~taprimap/imapdemo/demo/ Image Markup and Presentation]
* [http://www.tapor.uvic.ca/cocoon/mariage/ Le mariage sous L'Ancien Régime]
 
 
* [http://lettuce.tapor.uvic.ca/~dbadke/scrapbook/pages/spread.php Dodds Scrapbook Project]
 
* [http://lettuce.tapor.uvic.ca/~dbadke/scrapbook/pages/spread.php Dodds Scrapbook Project]
  
 
== Current version number and date of release ==
 
== Current version number and date of release ==
Version 1.7.1.0 (2008-04-25)
+
1.8.2.2, dated June 13, 2012
  
 
== History of versions ==
 
== History of versions ==
 +
* Version 1.8.2.0 (2011-05-18)
 +
* Version 1.7.1.0 (2008-04-25)
 
* Version 1.7.0.0 (2007-12-21)
 
* Version 1.7.0.0 (2007-12-21)
 
* Version 1.6.0.0 (2007-09-26)
 
* Version 1.6.0.0 (2007-09-26)
Line 54: Line 57:
  
 
== How to download or buy ==
 
== How to download or buy ==
http://www.tapor.uvic.ca/~mholmes/image_markup/download.php
+
http://tapor.uvic.ca/~mholmes/image_markup/download.php
  
 
== Additional notes ==
 
== Additional notes ==
The Image Markup Tool is written with Borland Delphi 2005, and makes use of open source code from several other authors and projects. These are listed on the Requirements page of the website ([http://www.tapor.uvic.ca/~mholmes/image_markup/requirements.php]).
+
The Image Markup Tool is written with Borland Delphi 2005, and makes use of open source code from several other authors and projects. These are listed on the Requirements page of the website ([http://tapor.uvic.ca/~mholmes/image_markup/requirements.php]).

Latest revision as of 12:04, 7 October 2014


Synopsis

The Image Markup Tool is a Windows application for annotating images using TEI P5. It makes use of the <facsimile>, <surface> and <zone> elements for specifying areas on images, and linking annotations and transcriptions, in the form of <div> elements, to <zone>s.

Features

  • You can delimit areas on the image and associate annotations to them.
  • You can classify annotations into categories.
  • You can distinguish between "transcriptional" and "non-transcriptional" categories.
  • You can export an interactive "Web View" of the annotated image Here's an example.

User commentary

Please sign all comments.


System requirements

Windows 2000, XP or Vista; Linux Wine 1.0 and above. Since 2014 also Mac OSX.

Source code and licensing

The Image Markup Tools is open source, released under the MPL 1.1.

Support for TEI

Its native file format is TEI (P5). It can also export to DocBook.

Language(s)

The program is written in Borland Delphi 2005 (Object Pascal). You can translate the interface into any language, using the built-in Translation screen. A full Italian translation is included, and partial German and Chinese translations are also available. The documentation is in English.

Documentation

There is a tutorial.

Tech support

The author can be contacted by email to file bug reports. A list of open and fixed bugs is maintained on the website.

User community

There is a small community of users at the University of Victoria, and a project blog [1] where development progress and plans are documented.

Sample implementations

Current version number and date of release

1.8.2.2, dated June 13, 2012

History of versions

  • Version 1.8.2.0 (2011-05-18)
  • Version 1.7.1.0 (2008-04-25)
  • Version 1.7.0.0 (2007-12-21)
  • Version 1.6.0.0 (2007-09-26)
  • Version 1.5.0.0 (2007-03-05)
  • Previous versions beginning with 0.9 were released throughout 2006.

How to download or buy

http://tapor.uvic.ca/~mholmes/image_markup/download.php

Additional notes

The Image Markup Tool is written with Borland Delphi 2005, and makes use of open source code from several other authors and projects. These are listed on the Requirements page of the website ([2]).