Debian package repository for Center of Bioimage informatics UCSB

Execute the following as root to add the secure key to your apt
wget -q -O- http://biodev.ece.ucsb.edu/debian/cbi_repository_key.asc| apt-key add -
Add the follwoing to /etc/apt/sources.list.d/cbi.list
deb http://biodev.ece.ucsb.edu/debian sid main 
Perform an
$ apt-get update 
$ apt-get install imgcnv
etc.