summaryrefslogtreecommitdiffstats
path: root/conversion/tiff.hh
diff options
context:
space:
mode:
authorPeter Baumann <baumann@floridita.rasdaman>2009-07-28 19:01:59 +0200
committerPeter Baumann <baumann@rasdaman.org>2009-07-28 18:36:09 +0200
commit4412c8ce723c709f119cb3ce8ec6029e752b25ef (patch)
treee734579cd44d02621785ac7aaf3f515b88f6abbf /conversion/tiff.hh
parentb80ca404d8ab24ff72ff4197b020363f2d682f77 (diff)
downloadrasdaman-upstream-4412c8ce723c709f119cb3ce8ec6029e752b25ef.tar.gz
rasdaman-upstream-4412c8ce723c709f119cb3ce8ec6029e752b25ef.tar.xz
rasdaman-upstream-4412c8ce723c709f119cb3ce8ec6029e752b25ef.zip
make TIFF understand further pixel types, such as float
Diffstat (limited to 'conversion/tiff.hh')
-rw-r--r--conversion/tiff.hh6
1 files changed, 5 insertions, 1 deletions
diff --git a/conversion/tiff.hh b/conversion/tiff.hh
index 008f1c5..daf1f99 100644
--- a/conversion/tiff.hh
+++ b/conversion/tiff.hh
@@ -19,7 +19,7 @@ rasdaman GmbH.
*
* For more information please see <http://www.rasdaman.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
-/
+*/
/**
* INCLUDE: tiff.hh
*
@@ -140,6 +140,10 @@ class r_Conv_TIFF : public r_Convert_Memory
static const int defaultRPS;
/// temporary dummy file
static const char dummyFileFmt[];
+
+ /// default quality factor (0..100) for lossy compression
+ static const unsigned int TIFF_DEFAULT_QUALITY;
+
};
#endif