View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > TIFF

From LQWiki

Jump to: navigation, search

The tagged image file format is a graphics file format designed to be extensible and backwards-compatible. It consists of a header (IFH) followed by a variable number of tagged IFD data blocks which contain both the image data and information about the image, or metadata. It can contain several pages and is especially used for transmitting faxes. To view a TIF file, convert it to a jpg file

convert whatever.tif whatever.jpg

And view it in konqueror

konqueror whatever.jpg

See also


Personal tools