使用Powerpoint整理好的Figure要输出成图,杂志社要求分辨率至少300ppi,但是Powerpoint默认的输出分辨率只有72ppi,根本不能满足要求,如何调整Powerpoint的设置从而输出理想的图片呢?
根据微软官方的文档,需要修改注册表来控制输出分辨率:
1.退出所有windows程序.
2.在桌面时,Win+R打开运行对话框,输入Regedit打开注册表编辑器。
3.根据PowerPoint版本定位到相应的子键值:
PowerPoint 2016, 2019, PowerPoint for Microsoft 365
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\PowerPoint\Options
PowerPoint 2013
HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\PowerPoint\Options
PowerPoint 2010
HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\PowerPoint\Options
PowerPoint 2007
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\PowerPoint\Options
PowerPoint 2003
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\PowerPoint\Options
4.选中Options子键,在右侧键值表中右键->新建->Dword(32位)值,重命名为ExportBitmapResolution.
5.右键单击 ExportBitmapResolution键,点击修改,打开对话框,值的基数选择”十进制(D)”,之后输入你想让PowerPoint输出的分辨率(PPI值),这里注意如果是PowerPoint2010版本或更早的最高支持输出的分辨率为307dpi,2013以后的版本最高支持1000dpi,这里为了一定冗余我的dpi设成了600。
6.单机”确定”保存,关闭注册表编辑器。
7.在PowerPoint中,单机文件->导出->更改文件类型->另存为,按需保存即可。
2019版本支持的导出图片类型有:
- GIF Graphics Interchange Format (.gif)
- JPEG File Interchange Format (*.jpg)
- PNG Portable Network Graphics Format (*.png)
- TIFF Tag Image File Format (*.tif)
- Device Independent Bitmap (*.bmp)
- Windows Metafile (*.wmf)
- Enhanced Windows Metafile (*.emf)