diff options
Diffstat (limited to 'devices/gdevtifs.h')
-rw-r--r-- | devices/gdevtifs.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devices/gdevtifs.h b/devices/gdevtifs.h index cbdbb374..adc9f4ae 100644 --- a/devices/gdevtifs.h +++ b/devices/gdevtifs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2019 Artifex Software, Inc. +/* Copyright (C) 2001-2020 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or @@ -55,10 +55,8 @@ dev_proc_put_params(tiff_put_params_downscale_cmyk_ets); int tiff_print_page(gx_device_printer *dev, TIFF *tif, int min_feature_size); int tiff_downscale_and_print_page(gx_device_printer *dev, TIFF *tif, - int factor, int msf, int aw, int bpc, - int num_comps, - int trap_w, int trap_h, const int *trap_order, - int ets); + gx_downscaler_params *params, + int aw, int bpc, int num_comps); void tiff_set_handlers (void); /* |