added image conversion function.

This commit is contained in:
morkt
2014-08-22 10:16:11 +04:00
parent 46a4ca6b14
commit a72c4e407b
12 changed files with 357 additions and 3 deletions

View File

@@ -297,5 +297,17 @@ namespace GARbro.GUI.Properties {
this["winStatusBarVisibility"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("PNG")]
public string appLastImageFormat {
get {
return ((string)(this["appLastImageFormat"]));
}
set {
this["appLastImageFormat"] = value;
}
}
}
}