Home
last modified time | relevance | path

Searched refs:iCompression (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/archive/tools/
H A Dbmp2tiff.c162 uint32 iCompression; /* Compression method */ member
363 (read(fd, &info_hdr.iCompression, 4) != 4) || in main()
378 TIFFSwabLong((uint32*) &info_hdr.iCompression); in main()
435 info_hdr.iCompression = BMPC_RGB; in main()
583 if (info_hdr.iCompression == BMPC_RGB) { in main()
647 } else if ( info_hdr.iCompression == BMPC_RLE8 in main()
648 || info_hdr.iCompression == BMPC_RLE4 ) { in main()