mickelson / attract

A graphical front-end for command line emulators that hides the underlying operating system and is intended to be controlled with a joystick or gamepad.
http://attractmode.org
GNU General Public License v3.0
397 stars 115 forks source link

Screenchot output has two additional pixels added to height and width both #540

Closed randombyt closed 5 years ago

randombyt commented 5 years ago

Screenshot output has two additional pixels added to height and width. Thus a screen having dimensions 1920x1080 has the screenshot of dimensions 1922x1082.

oomek commented 5 years ago

The Attract Mode window in Fill Screen mode is extended in each direction off-screen by 1 pixel. What you see is normal. You can set the Full Screen mode to take the screenshots that match the display resolution.

randombyt commented 5 years ago

Thanks, solved.