Generating 1920x1080 Images for Test Cards
Posted: Fri Mar 31, 2023 3:08 pm
I am currently building an HDMI video source, and needed to export a 1920x1080 image from a PowerPoint presentation. However, whenever I tried to "Save As .jpg" I would get a 1280x720 file, losing the high resolution graticule that was an essential part of the test card. Copy and paste produced similar results.
I found a website that explained how to change the Windows PowerPoint "Save as" resolution, and have now reset it to 1920x1080, allowing me to export the test card image from PowerPoint in full resolution.
Essentially, for recent versions of PowerPoint, you need to creat a new registry DWORD (32-bit):
with the decimal value 144.
Full details are here: https://learn.microsoft.com/en-us/offic ... resolution
Dave, G8GKQ
PS - Don't edit the Windows registry unless you are confident in what you are doing!
I found a website that explained how to change the Windows PowerPoint "Save as" resolution, and have now reset it to 1920x1080, allowing me to export the test card image from PowerPoint in full resolution.
Essentially, for recent versions of PowerPoint, you need to creat a new registry DWORD (32-bit):
Code: Select all
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\PowerPoint\Options\ExportBitmapResolution
Full details are here: https://learn.microsoft.com/en-us/offic ... resolution
Dave, G8GKQ
PS - Don't edit the Windows registry unless you are confident in what you are doing!