LaTeX中对图片的处理(导出eps格式,调整图片大小和dpi)—— Photoshop的使用

前言

在投稿,尤其是SCI期刊的时候,会对图片做出要求,比如说是多少DPI,是什么格式,都会有相应的规定。然而当自己文章中的图片不符合规定的时候,这时候就需要Photoshop出面解决了,在此简要记录。

什么是 DPI

图像每英寸长度内的像素点数。DPI(Dots Per Inch,每英寸点数)是一个量度单位。

期刊对图片的规定

比如Frontiers of Computer Science 期刊,规定如下:

1)DPI通常是300,600。

Figure quality: should be sharp, noise-free, and of good contrast. All lettering should be large enough to permit legible reduction. The figure quality should meet the requirements:
-> 300dpi for color images;
-> 600dpi for mono images;
-> 72dpi for screen images;
-> 600dpi for line-drawings.

2)图片格式是eps,tiff或者corel-draw。

Figure file formats and location in manuscript: should be embedded in word or LaTeX processing documents. When accepted, original files should be provided in TIFF, EPS or Corel-Draw file formats. Legends should appear, separate from the figures themselves, where the figures should be located within the paper.

规定还是很细致的。

怎么导出eps格式(以及调整图片大小和dpi)

1)打开Photoshop

2)ctrl+o 打开我们要处理图片

3)ctrl+alt+i 调整dpi和图片大小
LaTeX中对图片的处理(导出eps格式,调整图片大小和dpi)—— Photoshop的使用

3)ctrl+shift+s另存为eps格式即可。

注意:总共有三种eps格式,我通常选第一个,因为后面两个都有附带文件。

LaTeX中对图片的处理(导出eps格式,调整图片大小和dpi)—— Photoshop的使用
4)最后还有一个环节,是需要选像素 tiff 1还是8位这种,以及品质低中高等。这里也可以调整图片的质量。所以酌情而调即可。

总结

2020年1月3日08:48:16

简要记录之。还是很有用的。

参考文献