Mercurial > hg > digilib
changeset 1229:391af6dfa74a
more doc.
author | robcast |
---|---|
date | Mon, 21 Oct 2013 17:16:42 +0200 |
parents | 6946f30d6082 |
children | e7171b0fd914 |
files | doc/src/site/markdown/features.md |
diffstat | 1 files changed, 23 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/src/site/markdown/features.md Mon Oct 21 17:15:42 2013 +0200 +++ b/doc/src/site/markdown/features.md Mon Oct 21 17:16:42 2013 +0200 @@ -3,8 +3,29 @@ * **client-server architecture**: all the "heavy lifting" is done on the server, the client only displays the image. -* **low bandwidth**: you can work - +* **low bandwidth**: you can work with very high resolution images even on + low bandwidth connections because only the visible part of the image is + transferred. + +* **image manipulation**: images can be zoomed, rotated, mirrored, their + contrast and brightness or color balance can be changed on the fly without + changing the original image. + +* **referenceable views**: every view, including all image manipulations can + be saved as a URL and put in an email or electronic document and recreated + at any time in any browser. + +* **client-side annotations**: you can put points or rectangular marks on + any image as annotations that can be saved and recreated as a URL. + +* **server-side annotations**: you can also put points or rectangular marks + on an image with some annotation text that is shared through an annotation + server. + +* **multiple image formats**: you can use many image formats on the server + so you don't have to create a different image format for online display (TIFF, + JPG, PNG, GIF, JPEG2000, and more depending on Java ImageIO support). + * **plugins**: there are several Digilib plugins written in Javascript to add functionality to the client side, making use of jQuery features. See the [plugins](plugins.html) documentation. * **digilib API**: modifiy the settings, write Javascript functions or provide your own Digilib plugins and event handlers. \ No newline at end of file