Skip to content

yangdengxian/high-image-view

Repository files navigation

heigh resolutions images viewer

build and start

This project demonstrates how the openseadragon package can be used with webpack.

Clone the project.

git clone https://github.com/yangdengxian/high-image-view.git

Install the project dependencies.

cd high-image-view
npm install

Create a bundle for the browser.

npm run build

Start the project

npm run start

Open index.html in browser(Chrome,ie,firefox,360,etc) to see the result.

open index.html

branchs description

v1.0.0

  • DZI (Deep Zoom Images)
  • OSM (Open Street Maps)
  • TMS (Tiled Map Service)

v1.1.0

  • add imageFileServer

v1.2.0

  • update class OpenSeadragon_DZI
  • add api doc

v1.2.1

  • update webpack proxy configuration (multiple)

How to config webpack proxy multiple?

dependencies

dependencies openseadragon jQuery

devDependencies babel webpack

description

This project depends openseadragon, if you are interested to the native codes, read them on github, please.
This is only a web example implemented in pure JavaScript. If you want to load tiles (many images), build a pyramid, please. There is a another project for java(pyramidweb) to help you with building the tiles pyramid. Remember it, all of them will be start at the same time.

Releases

No releases published

Packages

No packages published