Results 3 issues of owo

Added loop index 'i' in version2_export function to fix issue of using it before definition.

在检查图片尺寸时,原本重复检查了两次长度,修正为长+宽

In the `varUseError` function, the print statement incorrectly used the variable name `lineNumber`, which is used by other Error functions, instead of the provided parameter `varName`.