---- DataImageViewer ----
Contributors: Brian Hume
Requires at least: Windows XP, DirectX 9c
Tested on: Windows 7
Version: 1.0
License: GPLv3 or later (http://www.gnu.org/licenses/gpl-3.0.html)

--- Description ---

DataImageViewer is a simple tool that displays the bytes in a file as a 2d Image using either a simple false color, grayscale, or highlighting scheme.

Controls:

*   Mouse scroll will move the image up and down
*   Mouse scroll+CTRL will move the image left and right
*   Mouse scroll+SHIFT will move the image 8x as fast
*   1-8 will set the size of each byte from 1x1 pixels to 8x8 pixels
*   F will set the display to false color mode
*   G will set the display to grayscale mode
*   H will set the display to highlight mode
*   Resizing the window will adjust the data within it


Notes:
The program requires  DirectX 9c, and may also fail if your video card has less than 64MB of memory.

--- Frequently Asked Questions ---

Q. I get an error when running the program
A. You may not have a recent enough version of DirectX or you may not have placed the DataDisplay.fx in the same folder as DataImageViewer.exe

Q. Does this program support Unicode in files names
A. Not as of yet

Q. Can I alter DataDisplay.fx
A. Yes, if you do something that you find usefull feel free to email me bahume(at)humenet(dot)net and I may add it to future versions

Q. Should I contact you about bug fixes or feature suggestions
A. Yes, feel free to email me bahume(at)humenet(dot)net and I may add your idea to future versions

--- Changelog ---
-- 1.0 --
First Version