>>1367904Unfortunately, I think the contingency is a remote one. It's from the CG pack and Katawa Shoujo was designed for 800×600.
On the plus side, the image still looks passable (albeit with some slight jaggies in one or two spots) at 1600×1200 so if your OS/shell doesn't scale it nicely maybe you could try ImageMagick to see if it works better and tell it something like:
convert -limit memory 8mb d:1333759173585
.jpg[0] -resize 1600x1200^ -gravity North -extent 1600x1200 BMP3:d:\tmp.bmp
This assumes convert.exe is in the path or active directory, and that the active directory on the D: partition is wherever you saved the file. Some of the options are unnecessary but I copied the command from a script I use, so yeah.