Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
tiffsplittiles(1)	     General Commands Manual	       tiffsplittiles(1)

NAME
       tiffsplittiles - Copies tiles from a tiled TIFF file into separate
     TIFF files

USAGE
       tiffsplittiles [-t] file.tif

DESCRIPTION
     tiffsplittiles  opens  file.tif  and deals with its first image only (other
     images, if present, will be omitted). If this image is tiled,  it	produces
     one  TIFF file containing each of the tiles; otherwise, it outputs an error
     message. The compression type of each output file is the same as in the in-
     put file. The output TIFF files are stripped by default, or  tiled  if  the
     option -t is provided on the command line.

     The  names given to the output files are created by adding the row and col-
     umn numbers of the piece after the name of the original  image  and  before
     the extension.

     To speed up treatment, tiles will be extracted in parallel by the available
     CPU   cores,   through   the   OpenMP  library.  Set  environment	variable
     OMP_NUM_THREADS to n (e.g. 1) to prevent the use of more than n cores.

OPTIONS
     -T     Do not report TIFF errors or warnings. Under Windows, they	are  re-
	    ported with noisy dialog boxes.

SEE ALSO
     tiffmakemosaic(1),      tifffastcrop(1),	  tiffsplit(1),     tiffcrop(1),
     libtiff(3TIFF)

     Home Page
     https://pperso.ijclab.in2p3.fr/page_perso/Deroulers/software/largetifftools/

AUTHOR
     Christophe Deroulers

LargeTIFFTools 1.4.2	       February 23rd, 2025	       tiffsplittiles(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tiffsplittiles&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help