SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG
DONATE


YUM REPOSITORY

 
 

MAN page from Fedora 11 libtiff-3.8.2-15.fc11.x86_64.rpm

TIFFCMP

Section: User Commands (1)
Updated: November 2, 2005
Index 

NAME

tiffcmp - compare twoTIFFfiles 

SYNOPSIS

tiffcmp[options]file1.tif file2.tif 

DESCRIPTION

Tiffcmpcompares the tags and data in two files created accordingto the Tagged Image File Format, Revision 6.0.The schemes used for compressing data in each fileare immaterial when data are compared-data are compared ona scanline-by-scanline basis after decompression.Most directory tags are checked; notable exceptions are:GrayResponseCurve,ColorResponseCurve,andColorMaptags.Data will not be compared if any of theBitsPerSample,SamplesPerPixel,orImageWidthvalues are not equal.By default,tiffcmpwill terminate if it encounters any difference. 

OPTIONS

-l
List each byte of image data that differs between the files.
-z number
List specified number of image data bytes that differs between the files.
-t
Ignore any differences in directory tags.
 

BUGS

Tags that are not recognized by the library are notcompared; they may also generate spurious diagnostics.

The image data of tiled files is not compared, since the TIFFReadScanline()function is used. A error will be reported for tiled files.

The pixel and/or sample number reported in differences may be offin some exotic cases.  

SEE ALSO

pal2rgb(1),tiffcp(1),tiffmedian(1),libtiff(3TIFF)

Libtiff library home page:http://www.remotesensing.org/libtiff/


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
BUGS
SEE ALSO

This document was created byman2html,using the manual pages.