ResHex: Resolution to Hex Calculator
Posted: 19 Nov 2015, 04:42
Hey there, folks! Worked on this little application over the weekend. I'll be working on creating a website for all my applications in the future, but for now it's posted here.
This application is very simple. It allows you to convert resolutions to their corresponding hexadecimal values. Essentially, it's a desktop version of this thread: http://www.wsgf.org/forums/viewtopic.php?f=63&t=16237
Here's a quick overview of the app.
Main Screen
From here, it's pretty simple. You can set the desired horizontal and vertical resolution, and select endianness. The default is little endian, as that's what x86 is.
Fill in single value
You can fill in a single value to get its hex value immediately. The program updates as you type.
Fill in multiple values
When you fill in multiple values, the combined hex value is shown in the Combined Hex window. This is calculated based on the IEEE 754 floating point standard.
Fill in resolutions over 9000
If you have a resolution greater than 9000, it's covered.
Use Big Endian
And if you have need for big endian, just hit the drop down box.
=================================================================================================================
Version 0.61 released
Version 0.61
-Added ability to space out hex values
-Added auto update feature.
-In order to support auto-updating, there will no longer be a zip download option
-Updates are checked for periodically, or can be checked manually via 'Help > Check for Updates'.
-Switched to MSVC++ and InstallShield for distribution. Using MinGW was too restrictive. The MSVC++ redistributable will be downloaded and installed automatically if not already installed.
-Fixed a potential crash when writing the settings file
Known issues
If there are no updates available and 'Help > Check for Updates' is clicked, no prompt is given informing the user there are no updates.
=================================================================================================================
Downloads
Now available on my website, PlexerCode.
=================================================================================================================
Sorry for the delay on the 0.61 version. I had it finished last weekend but had issues creating an installer that would automatically resolve dependencies. This guy is good to go now, though!
I'm also looking into why Chrome is giving warnings when downloading. The file is flagged as "Not commonly downloaded and could be dangerous." I believe I have that fixed, but not sure how long it takes Google to do their thing.
=================================================================================================================
If you find any bugs or have a feature request, post it here! Any feedback is appreciated.
=================================================================================================================
This application is very simple. It allows you to convert resolutions to their corresponding hexadecimal values. Essentially, it's a desktop version of this thread: http://www.wsgf.org/forums/viewtopic.php?f=63&t=16237
Here's a quick overview of the app.
Main Screen
From here, it's pretty simple. You can set the desired horizontal and vertical resolution, and select endianness. The default is little endian, as that's what x86 is.
Fill in single value
You can fill in a single value to get its hex value immediately. The program updates as you type.
Fill in multiple values
When you fill in multiple values, the combined hex value is shown in the Combined Hex window. This is calculated based on the IEEE 754 floating point standard.
Fill in resolutions over 9000
If you have a resolution greater than 9000, it's covered.
Use Big Endian
And if you have need for big endian, just hit the drop down box.
=================================================================================================================
Version 0.61 released
Version 0.61
-Added ability to space out hex values
-Added auto update feature.
-In order to support auto-updating, there will no longer be a zip download option
-Updates are checked for periodically, or can be checked manually via 'Help > Check for Updates'.
-Switched to MSVC++ and InstallShield for distribution. Using MinGW was too restrictive. The MSVC++ redistributable will be downloaded and installed automatically if not already installed.
-Fixed a potential crash when writing the settings file
Known issues
If there are no updates available and 'Help > Check for Updates' is clicked, no prompt is given informing the user there are no updates.
=================================================================================================================
Downloads
Now available on my website, PlexerCode.
=================================================================================================================
Sorry for the delay on the 0.61 version. I had it finished last weekend but had issues creating an installer that would automatically resolve dependencies. This guy is good to go now, though!
I'm also looking into why Chrome is giving warnings when downloading. The file is flagged as "Not commonly downloaded and could be dangerous." I believe I have that fixed, but not sure how long it takes Google to do their thing.
=================================================================================================================
If you find any bugs or have a feature request, post it here! Any feedback is appreciated.
=================================================================================================================