CHANGES IN V2.0.0
+ - gstoraster, gstopdf: When converting PostScript to PDF use
+ the "pdfwrite" output device with "-dPDFSETTINGS=/default"
+ instead of with "-dPDFSETTINGS=/printer". This reproduces
+ bitmaps in the PostScript file with their original image
+ quality (Issue #272).
- pdftops: Replaced the external program call of CUPS' pstops
filter by the pstops() filter function of libcupsfilters.
- lincupsfilters: Added the filter functions concept and added
cupsArrayAdd(gs_args, strdup("-dAutoFilterColorImages=false"));
cupsArrayAdd(gs_args, strdup("-dNOPLATFONTS"));
cupsArrayAdd(gs_args, strdup("-dColorImageFilter=/FlateEncode"));
- cupsArrayAdd(gs_args, strdup("-dPDFSETTINGS=/printer"));
+ cupsArrayAdd(gs_args, strdup("-dPDFSETTINGS=/default"));
cupsArrayAdd(gs_args, strdup("-dColorConversionStrategy=/LeaveColorUnchanged"));
}