What resolution should a .png image in a SFML frame be, to fit on a 1024x768 screen at maximum size, allowing for the Windows taskbar at the bottom?
To clarify, when the user's screen is 1024x768, I want the SFML window frame to fit from the top of the screen to just above the Windows taskbar. The width of the frame can be smaller than 1024 pixels to retain the 4:3 aspect ratio of the image. After the user sees the image, he/she can then continue in that mode or select Fullscreen mode. Now the 4:3 aspect image should fit full screen.
I don't have a 1024x768 screen to test this on so I hope someone who knows will respond.
BTW, is there a chart of different image resolutions to fit on different screen sizes like 1024x768, 1280x800, 1440x900, etc., when the image is enclosed in a SFML window frame allowing for the Windows taskbar?
Thanks,
Raptor