ZEISS Microscopy Knowledge Base
Help
ZEISS Microscopy Knowledge Base
Search
Interactive Viewer
provides HTML UI to explore image data, comes with 2D (Tile-Server) and 3D (Render-Server) viewers, color/channel control (Typescript, VueJS)
Consumable Backend Services
- Image-Tiles
- for 2D-Viewer
- server-side channel mixing
- e. g. Tile-Server image-request
- using arivis ImageCore
- Image/Collection-Metadata
- e. g. Tile-Server stackmetadata-request
- Objects
- e. g. Object-Server
- using arivic ObjectsCore
- Bookmarks
- e. g. Api-Server
- using arivis ImageCore
- Render-Server
- for 3D viewer
- server-side rendering use H.264 over websocket
Deployment Options
Integrated with VisionHub
- using VisionHub api-server as Backend
As Full Page application
- using query parameters http://viewer/show?imageRegistryUrl=”…”
As WebComponent
- using <viewer imageRegistryUrl=”…”/>