TIFF_TYPE_LONG    832 modules/imgcodecs/src/grfmt_tiff.cpp     writeTag( strm, TIFF_TAG_WIDTH, TIFF_TYPE_LONG, 1, width );
TIFF_TYPE_LONG    833 modules/imgcodecs/src/grfmt_tiff.cpp     writeTag( strm, TIFF_TAG_HEIGHT, TIFF_TYPE_LONG, 1, height );
TIFF_TYPE_LONG    836 modules/imgcodecs/src/grfmt_tiff.cpp     writeTag( strm, TIFF_TAG_COMPRESSION, TIFF_TYPE_LONG, 1, TIFF_UNCOMP );
TIFF_TYPE_LONG    839 modules/imgcodecs/src/grfmt_tiff.cpp     writeTag( strm, TIFF_TAG_STRIP_OFFSETS, TIFF_TYPE_LONG,
TIFF_TYPE_LONG    843 modules/imgcodecs/src/grfmt_tiff.cpp     writeTag( strm, TIFF_TAG_ROWS_PER_STRIP, TIFF_TYPE_LONG, 1, rowsPerStrip );
TIFF_TYPE_LONG    846 modules/imgcodecs/src/grfmt_tiff.cpp               stripCount > 1 ? TIFF_TYPE_SHORT : TIFF_TYPE_LONG,