﻿Data URI Creator
Version 1.0.1.0

Copyright © 2018 HazteK Softawre. All Rights Reserved.
-------------------------------------------------------------------------------

Usage
------------------

Data URI Creator is really simple to use. To encode an image, just click the
browse button in the main UI, or drag a file from Explorer into the "drop 
zone."

The image will automatically be encoded and put in the result text box. Just
copy the text into your HTML document. There is the option to include the <img>
tag if you would like, and it is checked by default. If you uncheck that, it
will only generate the actual URI information.

Data URI Creator also supports some command line arguments. If you pass in a
file path to a valid image, the application will generate the Data URI for you
automatically; no need to browse for the file or drag it onto the interface.

If you provide a filename as a command line argument, you may also use these
parameters to further control the output:

--copy		Copies the Data URI generated to your clipboard and then exits
--raw		Generates a raw URI instead of the HTML code needed to embed it
			into a webpage

Example:

> DataURICreator.exe C:\temp\test.jpg --copy --raw

Help/Comments/Suggestions
-----------------------------------

If you need help with this tool, and for some unexplicable reason this readme
file wasn't sufficient, you can contact me via the HazteK Software website, 
email, or Twitter.

Website: https://www.haztek-software.com
Email: support@haztek-software.com
Twitter: @hazteksoftware

License
-------------------------

See the license.txt file included with this package. If you did not receive
a license.txt file, please download the entire package from the website.


Changes
-------------------------

1.0.1.0
* Support for passing image files into the application
* Support for a few new command line parameters
* Checking/unchecking the Give me HTML box won't require you to reload the
  file to generate the Data URI again

1.0.0.0
* Initial release