gpt4 book ai didi

pdf - Ghostscript:质量和尺寸问题

转载 作者:行者123 更新时间:2023-12-04 16:39:54 26 4
gpt4 key购买 nike

我有一个ghostscript命令,可将pdf转换为几个PNG图像(每页一个)。命令参数如下:

-dNOPAUSE -q -r300 -sPAPERSIZE=a4 -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -dUseTrimBox -sDEVICE=png16m -dBATCH -sOutputFile="C:\outputfile%d.png" -c \"30000000 setvmthreshold\" -f "C:\inputfile.pdf"

pdf在Adobe Reader中显示为常规A4页面,但在PNG图像中则变得很大(例如2480 x 3507像素)。

如果我在ghostscript命令中将分辨率更改为 -r110,则页面大小是正确的,但是图像质量非常困惑。

有没有其他方法可以改善图像质量而不影响图像尺寸?

谢谢

最佳答案

知道了!在我的GS命令中添加了以下参数:

-dDownScaleFactor=3

GS documentation:

This causes the internal rendering to be scaled down by the given (small integer) factor before being output. For example, the following will produce a 200dpi output png from a 300dpi internal rendering:

 gs -sDEVICE=png16m -r600 -dDownScaleFactor=3 -o tiger.png\
examples/tiger.png

关于pdf - Ghostscript:质量和尺寸问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17790089/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com