tiff2bw
TIFF manipulation and conversion tools
Install
- All systems
-
curl cmd.cat/tiff2bw.sh
- Debian
-
apt-get install libtiff-tools
- Ubuntu
-
apt-get install libtiff-tools
- Arch Linux
-
pacman -S libtiff
- Kali Linux
-
apt-get install libtiff-tools
- CentOS
-
yum install libtiff-tools
- Fedora
-
dnf install libtiff-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libtiff-tools
- OS X
-
brew install libtiff
- Raspbian
-
apt-get install libtiff-tools
- Dockerfile
- dockerfile.run/tiff2bw
libtiff-tools
TIFF manipulation and conversion tools
libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package includes tools for converting TIFF images to and from other formats and tools for doing simple manipulations of TIFF images. See also libtiff-opengl.
libtiff
The libtiff package contains a library of functions for
manipulating TIFF (Tagged Image File Format) image format files. TIFF is a widely used file format for bitmapped images. TIFF files usually end in the .tif extension and they are often quite large. The libtiff package should be installed if you need to manipulate TIFF format image files.