Extension:ImageAnnotator

From mediawiki.org
MediaWiki extensions manual
ImageAnnotator
Release status: unmaintained
Author(s) Pierre Boutet (Pyro853talk)
Latest version 1.1.0
MediaWiki >= 1.28.0
Composer wikifab/image-annotator
License MIT License
Download
  • $wgImageAnnotatorOldWgServers
  • $wgImageAnnotatorRemoveExif
  • $wgImageAnnotator-areaClasses

The ImageAnnotator extension integrates an image annotator with WikiFab's fork of the Page Forms extension.

More extensive documentation is available on GitHub

Installation[edit]

  • Download and place the file(s) in a directory called ImageAnnotator in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'ImageAnnotator' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.