補充這兩篇關於投影輸出為圖片的解析度設定相關文章:
不同的PowerPoint版本,註冊子機碼的位置不相同:
PowerPoint 2016、PowerPoint 2019、Office 365 的 PowerPoint
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
當新增「DWORD(32-位元)值」項目並命名為「ExportBitmapResolution」後,要設定十進制的數值。
設定各種十進位數的輸出像素:
參考:
在 PowerPoint 2019、2016、2013 和 Office 365 的 PowerPoint 中,沒有固定的 DPI 限制。但是在 PowerPoint 中設訂 ExportBitmap 登錄值時,對於某些版本的 PowerPoint,需要考慮最大的 DPI 限制。
最大 DPI 取決於投影片大小。 公式為:maxDPI =sqrt(100,000,000 / (投影片寬度 x 投影片高度)),其中投影片寬度/高度單位為英吋。
例如,對於標準 13.3" x 7.5" 投影片,方程式為=sqrt(100,000,000 / (13.333 * 7.5) ) = 1000 DPI。
留言列表