
--- Reference Image Window - version 1.1.0.1 ---

	Reference Image Window is a tiny image viewer that stays on top of other
	windows. It lets you put reference images onto your screen while you draw or
	whatever.

	Reference Image Window is provided for free.
	Do not trust anyone who tries to sell Reference Image Window.
	See https://sundee.neocities.org/ for updates and other programs.

	This program is for Windows only. Tested on Windows 7 only.
	Linux version is planned.
	Mac version never.


----- Controls -----

	ADDING AN IMAGE
	a) Drag it into the window from your desktop, folder, or a web browser (only
	   firefox tested).
	b) Copy a file from desktop/folder/web browser, or copy pixels from an image
	   editor, and then paste them into the window with Ctrl+V.

	MOVING AROUND THE IMAGE
	- To zoom in/out, use the mouse scroll wheel, or click and drag with right or
	  middle mouse button.
	- To move the image, click and drag with left mouse button.

	UI BUTTONS
	- Top left (^) = "fold" the window into a smaller size.
	- Top bar ([___]) = move the window.
	- Top right (x) = close window.
	  Top right (_) = minimize window.
	- Bottom left ([ ]) = zoom the image so it fits onto the window. Click again
	  to zoom the image so that it covers the window.
	  Bottom left (<>) = flip image horizontally or vertically.
	- Bottom right (^) = make the window fit the image.

	OTHER
	- While resizing the window, hold Shift to keep aspect ratio, and/or hold Ctrl
	  to zoom the image with the window.


----- Other notes/trivia -----

	You can change the icons and font by modifying 'icons.png'. The file is
	optional, ReferenceImageWindow.exe works on it's own without any other files
	present.

	This program was written in plain C. stb_image library is used to load
	images, and stb_image_resize library is used to downscale the image smoothly.
	https://github.com/nothings/stb
