Fixed jaggies in image resizing.

Split naming of T.81/T.42 type JPEG from normal JPEG. This is in preparation
for allowing the selective output of normal JPEG (like most people want)
and the T.81/T.42 type you might want for forwarding as T.37
This commit is contained in:
Steve Underwood
2013-08-21 20:08:17 +08:00
parent d2fb03eda1
commit c09dec0de1
8 changed files with 71 additions and 26 deletions

View File

@@ -926,7 +926,7 @@ int main(int argc, char *argv[])
{
t30_set_supported_colour_resolutions(t30_state[i], 0);
}
//t30_set_supported_output_compressions(t30_state[i], T4_COMPRESSION_T85);
t30_set_supported_output_compressions(t30_state[i], T4_COMPRESSION_T6 | T4_COMPRESSION_JPEG);
t30_set_ecm_capability(t30_state[i], use_ecm);
t30_set_supported_compressions(t30_state[i],
T4_COMPRESSION_T4_1D