Hi guys, I'm curious what is the proper resolution for DOTT (I know that game was originaly designed for 320x200).
On my MSI Wind game looks better on 640x400 (because of the panoramic proportion). It should be like that?
640x400 or 640x480
Moderator: ScummVM Team
320x240 resp. 640x480, i.e., with aspect ratio correction enabled.
A good way to verify this is right at the start: If you look at the grandfather clock, the face of the clock is squashed vertically in 320x200 mode, causing it to look like an ellipse instead of a circle; but with ASR *on*, its proportions are correct.
Background: Back in the days, screens didn't have quadratic pixels; rather, they were slightly higher than wide. Thus, when one does not account for this (using ASR), games look squashed in the vertical direction.
A good way to verify this is right at the start: If you look at the grandfather clock, the face of the clock is squashed vertically in 320x200 mode, causing it to look like an ellipse instead of a circle; but with ASR *on*, its proportions are correct.
Background: Back in the days, screens didn't have quadratic pixels; rather, they were slightly higher than wide. Thus, when one does not account for this (using ASR), games look squashed in the vertical direction.
-
- Posts: 63
- Joined: Fri Apr 27, 2007 7:04 pm
- eriktorbjorn
- ScummVM Developer
- Posts: 3561
- Joined: Mon Oct 31, 2005 7:39 am
Toonstruck seems to use 640x400 pixels. If the blueprint of the Malevolator is supposed to be more or less circular, I guess it should be stretched to 640x480 pixels to look right on my screen.LurkerScum wrote:Thx. So all games in 320x200 should be ASR to 480? Even Toonstruck?
That game isn't supported by ScummVM, though.
Quadratic means square, right?fingolfin wrote: Background: Back in the days, screens didn't have quadratic pixels; rather, they were slightly higher than wide. Thus, when one does not account for this (using ASR), games look squashed in the vertical direction.
But you are right, in those days, pixels had a rectangular shape with a height/width ratio of 6:5.
This is easy to calculate: if 320 pixels have a width of 4 (assuming the standard 4:3 screen) and 200 pixels a height of 3, that makes a ratio of 4/320 by 3/200 or (after multiplying with 400) 5 by 6. So you have to add 20% of the height get square pixels. 20% of 200 is 40, so the height will be stretched from 200 to 240, and the aspect is corrected.
There are better methods than repeating every 5th line, e. g. antialiasing.raina wrote:Most of the time I find it more pleasing to the eye to keep the ratio of pixels intact even if it means looking at a little squashed image. But it's really a non-issue with a good CRT monitor where you can adjust the pixel dimensions instead of adding lines of pixels to the image in software.