By now most of us are familiar with the "optimal" pixel dimensions for still images used in NTSC DV to avoid scaling. Namely 655 by 480. Though rounded to an integer value of 655, the precise horizontal value is actually calculated as:
720 x 0.9091 = 654.552
If you have a highly detailed image and plan on zooming in, you will want an image with larger dimensions than 655x480. But what size? Do just double or triple 655 by 480? To answer this, let's calculate the ratio of the horizontal to the vertical using the precise values:
654.552 / 480 = 1.36365
This is a pretty nasty value as it can not be expressed PRECISELY with two "reasonably" sized integers. But it can be APPROXIMATED with a very high degree of accuracy. Without going into detail of how I went about determining the values using prime numbers, let me just state that the ratio I came up with is: 15 to 11 .
Remember how the precise ratio is 1.36365, well the approximation yields:
15 / 11 = 1.36363636 (repeating)
This approximation has an error only one part in 100,000 !!! In fact, this is significantly more accurate than the 655 / 480 ratio.
The practical use of the 15 to 11 ratio is that if you want zoom an image for example, somewhere around 150% you may want to use an image sized as 900x660 or 990x726 or 1065x781 or ... The possibilities go on and on. The point is that you are not limited to multiples of 655x480 and have a MUCH finer "granularity" of choices.
720 x 0.9091 = 654.552
If you have a highly detailed image and plan on zooming in, you will want an image with larger dimensions than 655x480. But what size? Do just double or triple 655 by 480? To answer this, let's calculate the ratio of the horizontal to the vertical using the precise values:
654.552 / 480 = 1.36365
This is a pretty nasty value as it can not be expressed PRECISELY with two "reasonably" sized integers. But it can be APPROXIMATED with a very high degree of accuracy. Without going into detail of how I went about determining the values using prime numbers, let me just state that the ratio I came up with is: 15 to 11 .
Remember how the precise ratio is 1.36365, well the approximation yields:
15 / 11 = 1.36363636 (repeating)
This approximation has an error only one part in 100,000 !!! In fact, this is significantly more accurate than the 655 / 480 ratio.
The practical use of the 15 to 11 ratio is that if you want zoom an image for example, somewhere around 150% you may want to use an image sized as 900x660 or 990x726 or 1065x781 or ... The possibilities go on and on. The point is that you are not limited to multiples of 655x480 and have a MUCH finer "granularity" of choices.