Merge pull request #443 from felixbuenemann/remove-jpegsave-quant_table-debug-print

Remove jpegsave default quant_table debug print
This commit is contained in:
John Cupitt 2016-05-09 18:44:31 +01:00
commit 10fcbb6129
1 changed files with 0 additions and 2 deletions

View File

@ -1090,8 +1090,6 @@ write_vips( Write *write, int qfac, const char *profile,
vips_warn( "vips2jpeg",
"%s", _( "Setting quant_table unsupported" ) );
}
vips_warn( "vips2jpeg", "quant_table %d",
jpeg_c_get_int_param( &write->cinfo, JINT_BASE_QUANT_TBL_IDX ) );
#else
/* Using jpeglib.h without extension parameters, warn of ignored
* options.