Added writing of compressed tiffs using libtiff library (patch #1080, thanks to Pieter-Jan Busschaert)

This commit is contained in:
Ilya Lysenkov
2011-06-02 09:06:00 +00:00
parent 48514337de
commit 8e93fcbe87
2 changed files with 147 additions and 4 deletions

View File

@@ -127,6 +127,8 @@ protected:
void writeTag( WLByteStream& strm, TiffTag tag,
TiffFieldType fieldType,
int count, int value );
bool writeLibTiff( const Mat& img, const vector<int>& params );
};
}