Including Zoomable Images

From National Gallery Research Wiki
Revision as of 12:27, 17 July 2015 by Jpadfield (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Continuing to expand the re-usability of our public image resources we have expanded our examinations of the use of IIPImage to present high resolution images to included inserting them directly with Mediawiki. This has been achieved by developing a simple extension to Mediawiki, further information will be provided once it reaches a more stable state.

IIPImage MediaWiki Extension

  • Provides the ability to drop a simple viewer directly into a MediaWiki page.
  • Control the dimensions and basic position.
  • Define a specific starting point, location and level of zoom.
  • Add annotations directly to the image.
  • The full screen functionality, the help information and the navigation window still need to be adjusted for this particular application.
  • The basic syntax required is shown below:
{{#iipimage:
server=Web address of the IIPImage server|
image=Full local path to the required image|
wid=Width in pixels|  
hei= Height in pixels|
format=left, center or right|
credit=As required|
caption=Extra presentation information.|
}}
{{#iipimage:

server=http://research.ng-london.org.uk/fcgi-bin/iipsrvIntPublic.fcgi%7C image=/pics/pyramids/uncropped_files/Uncropped%20NG%20Fronts/N-3863-00-000053-PYR.tif| wid=300px| hei=300px| format=right| credit=© The National Gallery, London| caption=NG3863: Vincent van Gogh, Sunflowers, 1888, Oil on canvas, (92.1 x 73 cm). © The National Gallery, London| }}

IIPImage MediaWiki Examples