~ubuntu-branches/debian/sid/gdal/sid

« back to all changes in this revision

Viewing changes to frmts/gtiff/libtiff/tiff.h

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-05-07 15:04:42 UTC
  • mfrom: (5.5.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120507150442-2eks97loeh6rq005
Tags: 1.9.0-1
* Ready for sid, starting transition.
* All symfiles updated to latest builds.
* Added dh_numpy call in debian/rules to depend on numpy ABI.
* Policy bumped to 3.9.3, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: tiff.h,v 1.64 2007/07/10 11:52:02 dron Exp $ */
 
1
/* $Id: tiff.h,v 1.67 2011-01-24 21:06:32 olivier Exp $ */
2
2
 
3
3
/*
4
4
 * Copyright (c) 1988-1997 Sam Leffler
187
187
#define     COMPRESSION_SGILOG          34676   /* SGI Log Luminance RLE */
188
188
#define     COMPRESSION_SGILOG24        34677   /* SGI Log 24-bit packed */
189
189
#define     COMPRESSION_JP2000          34712   /* Leadtools JPEG2000 */
 
190
#define     COMPRESSION_LZMA            34925   /* LZMA2 */
190
191
#define TIFFTAG_PHOTOMETRIC             262     /* photometric interpretation */
191
192
#define     PHOTOMETRIC_MINISWHITE      0       /* min value is white */
192
193
#define     PHOTOMETRIC_MINISBLACK      1       /* min value is black */
567
568
#define TIFFTAG_SGILOGENCODE            65561 /* SGILog data encoding control*/
568
569
#define     SGILOGENCODE_NODITHER       0     /* do not dither encoded values*/
569
570
#define     SGILOGENCODE_RANDITHER      1     /* randomly dither encd values */
 
571
#define TIFFTAG_LZMAPRESET              65562   /* LZMA2 preset (compression level) */
 
572
#define TIFFTAG_PERSAMPLE       65563   /* interface for per sample tags */
 
573
#define     PERSAMPLE_MERGED        0   /* present as a single value */
 
574
#define     PERSAMPLE_MULTI         1   /* present as multiple values */
570
575
 
571
576
/*
572
577
 * EXIF tags
636
641
#endif /* _TIFF_ */
637
642
 
638
643
/* vim: set ts=8 sts=8 sw=8 noet: */
 
644
/*
 
645
 * Local Variables:
 
646
 * mode: c
 
647
 * c-basic-offset: 8
 
648
 * fill-column: 78
 
649
 * End:
 
650
 */