Tiff Plugin 0.1 Released
vinay — Thu, 12/04/2008 - 15:29
Tiff Plugin is mozilla/netscape compatible plugin for viewing tiff images. This is the first release. Features include
- Zoom in - keyboard shortcut '+'
- Zoom out - keyboard shortcut '-'
- Rotate anticlockwise - keyboard shortcut 'a'
- Rotate clockwise - keyboard shortcut 'c'
- Progress bar when downloading images
The plugin is available in .deb format for i386 and amd64 systems. So debian based systems can install with
dpkg -i mozilla-tiff-plugin-i386.deb OR dpkg -i mozilla-tiff-plugin-amd64.deb
For non debian based systems, the sources need to be compiled. For compiling the packages pkg-config, libgtk2.0-dev and mozilla-dev need to be installed. The steps to install the source would be
tar -zxvf mozilla-tiff-plugin.tar.gz cd mozilla-tiff-plugin make make plugin make install
The plugin has been tested on firefox and mozilla browsers.