Ghostscript convert PDF to JPG (CMYK profile) resolution error

大兔子大兔子 提交于 2019-12-08 13:11:32

As can be seen from your screenshots, both images are of the same dimensions, 6803 by 709 pixels.

And that is all that matters.

Also, the size of the CMYK version is bigger by about 33% compared to the RGB version -- as is to be expected for an image with 4 color channels instead of 3.

Ghostscript used the -r600 CLI parameter to correctly expand the number of pixels when converting the PDF file.

Ghostscript does not add any EXIF metadata to its output when converting a PDF to raster.

The DPI or PPI information would be an internal metadata hint to tell any compliant viewers how big to render the image on screen. It would not change anything substantial in the image information itself.

Why Photoshop does think it should use 72 dpi for one, but 600 dpi for the other, you may ask Adobe about.

I bet Photoshop also renders the 72dpi file about 7 times larger on screen than the other. Is that the case?


P.S.: See also "What DPI do web images need to be?"

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!