[GUI] Redesign and reorganize ImageConvert window.

This commit is contained in:
2025-10-27 00:30:02 +00:00
parent 9cbe048ce9
commit ee17817b65
5 changed files with 312 additions and 162 deletions

View File

@@ -6237,5 +6237,11 @@ namespace Aaru.Localization {
return ResourceManager.GetString("Title_Checksum_image_contents", resourceCulture);
}
}
public static string Title_Convert_image {
get {
return ResourceManager.GetString("Title_Convert_image", resourceCulture);
}
}
}
}