Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dfax2tiff.c129 group3options_in |= GROUP3OPT_UNCOMPRESSED; in main()
171 group3options_out |= GROUP3OPT_UNCOMPRESSED; in main()
H A Dtiff2ps.c1974 if (g3_options & GROUP3OPT_UNCOMPRESSED) in PS_Lvl2ImageDict()
/libtiff-4.0.7/libtiff/
H A Dtiff.h255 #define GROUP3OPT_UNCOMPRESSED 0x2 /* data not compressed */ macro
H A Dtif_fax3.c1265 if (sp->groupoptions & GROUP3OPT_UNCOMPRESSED) in Fax3PrintDir()