
--- KaniView ---

	KaniView is an image viewer whose only goal is to show the image as quickly, cleanly, and
	straightforwardly as possible.
	
	KaniView is provided for free. Do not trust anyone who tries to sell KaniView.
	See https://sundee.neocities.org/ for updates and other programs.
	
	This program is for Windows only. Tested on Windows 7 only.


--- Other notes/trivia ---

	A /config/window.state file will be created when you use KaniView. It stores the window size and
	position, which will be loaded when you start KaniView next time.
		i32 state_file_version;
		i32 window_x;
		i32 window_y;
		i32 window_width;
		i32 window_height;
	
	This program was written in plain C. stb_truetype library is used to handle font files and
	font rendering. stb_image is used for some plugins.
	https://github.com/nothings/stb
	
	Why "KaniView"? My previous image viewer was IrfanView (similar naming convention), but it had
	numerous problems, mainly that it sucks for viewing animated gifs. I see good animation
	experience as a key feature of this program so having "ani" in the name just felt right. I
	also wanted a fast and small program, "Kani" is Finnish for "Rabbit" which are quick small
	animals. As a bonus, the rabbit ears in the icon look like a V. Fun fact: "Kani" is also
	Japanese, however it translates to "Crab".
