Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2014-12-23 | 970 Bytes | |
ResTool.jar | 2014-12-23 | 6.8 kB | |
Totals: 2 Items | 7.7 kB | 0 |
ResTool v1.0 22 DEC 2014 By Robert M Mettetal This program takes a display's native resolution and a target upscale percent to find an integer-resolution near the upscale target and locked to the native aspect ratio. This is useful because a simple increase at a given percentage typically yields a non-integer resolution at the indicated aspect ratio. Simple rounding of this non-integer resolution will not yield a viewport that is locked to the original aspect ratio. The method in this program finds the smallest integer values that can be added to each axis for increasing the resolution without changing the aspect ratio. Instructions: 1) Enter your display or viewport's native resolution 2) Enter a desired upscaling percentage 3) click Calculate to generate results 4) Use the target resolutions to define your new viewport - target percentags shows the actual increase for the target resolution This tool is written in Java using NetBeans.