From 4d68a23aed39fa09f5e205a0328d1f51d1ea71fd Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Sat, 3 Sep 2022 20:08:14 +0200 Subject: [PATCH] libcupsfilters: Update comments about filter functions in filter.h The filter functions cfFilterGhostscript() and cfFilterPWGtoPDF() allow the output format also to be supplied as parameter and not only via filter data structure. --- cupsfilters/filter.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cupsfilters/filter.h b/cupsfilters/filter.h index 233fc628a..d337e1c69 100644 --- a/cupsfilters/filter.h +++ b/cupsfilters/filter.h @@ -193,6 +193,7 @@ extern int cfFilterGhostscript(int inputfd, void *parameters); /* Requires specification of output format via data->final_content_type + or alternatively as parameter of type cf_filter_out_format_t. Output formats: PDF, raster-only PDF, PCLm, PostScript, CUPS Raster, PWG Raster, Apple Raster, PCL-XL @@ -330,6 +331,7 @@ extern int cfFilterPWGToPDF(int inputfd, void *parameters); /* Requires specification of output format via data->final_content_type + or alternatively as parameter of type cf_filter_out_format_t. Output formats: PDF, PCLm */ -- 2.47.3