Skip to content

bitzl/fixit_tiff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fixit_tiff comes with  two parts: 
- checkit_tiff to check (baseline) TIFFs to specific rulesets. 
  The rulesets are human readable and could be adapted to own needs.
- fixit_tiff to repair broken TIFFs (pE. wrong tagorder, wrong datetime, clean tags)

The tools are developed for purposes of curation and longterm preservation

fixit_tiff:
- fixes a TIFF file with wrong metadata
- needs a Linux or an AIX system with installed libtiff4
  (crosscompiling to Windows should work, too)
- compile it with: make clean; make all; make strip
- help comes with option "fixit_tiff -h"

checkit_tiff:
- checks a TIFF against ruleset
- needs a Linux or an AIX system with installed libtiff4
  (crosscompiling to Windows should work, too)
- compile it with: make clean; make all; make strip
- help comes with option "checkit_tiff -h"

the sourcecode is licensed under conditions of libtiff, see http://libtiff.maptools.org for details.

About

fixes some issues in (potentially) baseline tiffs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.7%
  • Makefile 1.7%
  • C++ 0.6%