< Home - < Back

iipsrv


Information about the package, iipsrv, which is shipped with common Linux distributions. The iipsrv package is designed for, Light-weight streaming for viewing and zooming of ultra.


Package Name:

iipsrv

Summary:

Light-weight streaming for viewing and zooming of ultra

Description:

Light-weight streaming client-server system for the web-based viewing and zooming of ultra high-resolution images. It is designed to be bandwidth and memory efficient and usable even over a slow internet connection. The system can handle both 8 and 16 bit images, CIELAB colorimetric images and scientific imagery such as multispectral images. The fast streaming is tile-based meaning the client only needs to download the portion of the whole image that is visible on the screen of the user at their current viewing resolution and not the entire image. This makes it possible to view, navigate and zoom in real-time around multi-gigapixel size images that would be impossible to download and manipulate on the local machine. It also makes the system very scalable as the number of image tile downloads will remain the same regardless of the size of the source image. In addition, to reduce the bandwidth necessary even further, the tiles sent back are dynamically JPEG compressed with a level of compression that can be optimized for the available bandwidth by the client.

Architecture:

x86_64

Version:

1.0.0

Release:

1.0.el6

Size:

161 k

Repository:

epel

From Repository:

Licence:

GPLv3+



Handy Yum Commands for iipsrv


Control the iipsrv package with the following handy commands outlined below.


Command

Description of Command

yum install iipsrv

This command will install iipsrv on the server.

yum remove iipsrv

This command will un-install iipsrv on the server. When you run this command, you will be asked if you are sure that you want to remove iipsrv, so you have to manually confirm that you want to do this.

yum -y remove iipsrv

This command will un-install iipsrv on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove iipsrv when using the -y flag.

yum update iipsrv

This command will update iipsrv to the latest version. When you run this command, you will be asked if you are sure that you want to remove iipsrv, so you have to manually confirm that you want to do this.

yum -y update iipsrv

This command will update iipsrv to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove iipsrv when using the -y flag.

yum info iipsrv

This command will show you core information about the iipsrv package.

yum deplist iipsrv

This command will show you the dependencies for iipsrv. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update iipsrv

This command will check if there is an update waiting on iipsrv. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.